Package | Description |
---|---|
com.yworks.yfiles.layout.multipage |
Provides the
MultiPageLayout that subdivides the input graph into several smaller graphs whose layouts fit the specified maximum page size. |
Modifier and Type | Method and Description |
---|---|
static GroupingMode |
GroupingMode.fromOrdinal(int ordinal) |
GroupingMode |
MultiPageLayout.getGroupingMode()
Gets how to handle special nodes (like connector and proxy nodes) with respect to groups.
|
static GroupingMode |
GroupingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupingMode[] |
GroupingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPageLayout.setGroupingMode(GroupingMode value)
Sets how to handle special nodes (like connector and proxy nodes) with respect to groups.
|