Package | Description |
---|---|
com.yworks.yfiles.layout.partial |
Provides class
PartialLayout that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram. |
Modifier and Type | Method and Description |
---|---|
static SubgraphPlacement |
SubgraphPlacement.fromOrdinal(int ordinal) |
SubgraphPlacement |
PartialLayout.getSubgraphPlacement()
Gets the objective used for finding 'good' positions for subgraph components.
|
static SubgraphPlacement |
SubgraphPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubgraphPlacement[] |
SubgraphPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PartialLayout.setSubgraphPlacement(SubgraphPlacement value)
Sets the objective used for finding 'good' positions for subgraph components.
|