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 |
---|---|
MultiPageLayoutResult |
MultiPageLayout.calculateLayout(LayoutGraph graph)
Calculates a new multi-page layout for the specified graph.
|
Modifier and Type | Method and Description |
---|---|
void |
ILayoutCallback.layoutDone(MultiPageLayoutResult result)
Invoked from
MultiPageLayout.applyLayout(com.yworks.yfiles.layout.LayoutGraph)
when a new multi-page layout has been calculated. |