Package | Description |
---|---|
ilog.views.graphlayout.hierarchical |
The Hierarchical Layout algorithm arranges the nodes of the graph
in horizontal or vertical levels, so that the majority of the
links point in the same direction (top-down, left-to-right, and so on).
|
Modifier and Type | Class and Description |
---|---|
class |
IlvExtremityConstraint
The class
IlvExtremityConstraint is a constraint that
forces the node to be placed at an extremal level, or at one of the
extremal sides of a level. |
class |
IlvGroupSpreadConstraint
The class
IlvGroupSpreadConstraint is a constraint that
forces a group of nodes to be placed no more than a specified number
of levels apart. |
class |
IlvLevelRangeConstraint
The class
IlvLevelRangeConstraint is a constraint that
forces the node to be placed at a level with index within the
specified range. |
class |
IlvRelativeConstraint
IlvRelativeConstraint is the base class of
IlvRelativeLevelConstraint and
IlvRelativePositionConstraint . |
class |
IlvRelativeLevelConstraint
The class
IlvRelativeLevelConstraint is a constraint to
place a node relative to another node. |
class |
IlvRelativePositionConstraint
The class
IlvRelativePositionConstraint is a constraint
to place a node relative to another node that belongs to the same
level. |
class |
IlvSameLevelConstraint
The class
IlvSameLevelConstraint is a constraint that
forces two nodes to be placed at the same level. |
class |
IlvSideBySideConstraint
The class
IlvSideBySideConstraint is a constraint that
forces a group of nodes that belong to the same level to be placed
side by side. |
class |
IlvSwimLaneConstraint
The class
IlvSwimLaneConstraint is a constraint that
forces a group of nodes to be placed in the same column or row. |
Modifier and Type | Method and Description |
---|---|
IlvHierarchicalConstraint |
IlvSwimLaneConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvSideBySideConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvSameLevelConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvRelativePositionConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvRelativeLevelConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvLevelRangeConstraint.copy()
Copies the constraint.
|
abstract IlvHierarchicalConstraint |
IlvHierarchicalConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvGroupSpreadConstraint.copy()
Copies the constraint.
|
IlvHierarchicalConstraint |
IlvExtremityConstraint.copy()
Copies the constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHierarchicalLayout.addConstraint(IlvHierarchicalConstraint constraint)
Adds a constraint for the hierarchical layout.
|
void |
IlvHierarchicalLayout.removeConstraint(IlvHierarchicalConstraint constraint)
Removes the specified constraint from the hierarchical layout.
|
Constructor and Description |
---|
IlvHierarchicalConstraint(IlvHierarchicalConstraint source)
Creates a new
IlvHierarchicalConstraint by copying an
existing one. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.