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 ComponentAssignmentStrategy |
ComponentAssignmentStrategy.fromOrdinal(int ordinal) |
ComponentAssignmentStrategy |
PartialLayout.getComponentAssignmentStrategy()
Gets the strategy that assigns partial nodes to subgraph components.
|
static ComponentAssignmentStrategy |
ComponentAssignmentStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentAssignmentStrategy[] |
ComponentAssignmentStrategy.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.setComponentAssignmentStrategy(ComponentAssignmentStrategy value)
Sets the strategy that assigns partial nodes to subgraph components.
|