Package | Description |
---|---|
ilog.views.graphlayout.recursive |
The Recursive Layout class is not really a layout algorithm but rather a
facility to traverse a nested graph containing subgraphs and perform
layouts recursively for each subgraph.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSubgraphCorrectionBarycenterFixed
This subgraph correction strategy keeps the barycenter of a subgraph
fixed during recursive layout.
|
class |
IlvSubgraphCorrectionBoundsFixed
This subgraph correction strategy keeps the bounds of a subgraph fixed
during recursive layout.
|
Modifier and Type | Method and Description |
---|---|
IlvSubgraphCorrectionInterface |
IlvRecursiveLayout.getSubgraphCorrectionInterface()
Returns the subgraph correction interface that is applied after the
nodes and links of the subgraph were laid out.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecursiveLayout.setSubgraphCorrectionInterface(IlvSubgraphCorrectionInterface ifc)
Sets the correction strategy for subgraphs.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.