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. |
Class and Description |
---|
EdgeBundleModes |
EdgeType |
GroupingMode |
IEdgeInfo
A class that holds all information associated with an edge.
|
IEdgeLabelInfo
A class that holds all information related to an edge label.
|
IElementFactory
Factory used by class
MultiPageLayout to create special nodes and edges. |
IElementInfoManager
Interface that offers access to the information objects of graph elements.
|
ILayoutCallback
Callback that is invoked when a
MultiPageLayout has calculated a new multi-page layout. |
INodeInfo
This interface offers access to information associated with a node.
|
INodeLabelInfo
A class that holds all information related to a node label.
|
LayoutContext
This class represents the layout context.
|
MultiPageLayout
This layout algorithm subdivides the input graph into several
LayoutGraph s (called page graphs) such that the
layout (calculated by the specified core layout algorithm ) of each graph
fits the specified maximum page size . |
MultiPageLayoutResult
This class represents the result of a layout run of
MultiPageLayout . |
NodeType |