C
Classes
- MultiPageElementFactory
- Factory used by class MultiPageLayout to create special nodes and edges.
- MultiPageLayout
- This layout algorithm subdivides the input graph into several LayoutGraphs (called page graphs) such that the layout (calculated by the specified coreLayout) of each graph fits the maximumPageSize.
- MultiPageLayoutContext
- This class represents the layout context.
- MultiPageLayoutData
- Specifies custom data for the MultiPageLayout and automatically takes care of handling item IDs, providing a translation back to original items, via methods like getOriginalItem .
- MultiPageLayoutResult
- This class represents the result of a layout run of MultiPageLayout.
E
Enums
- MultiEdgeConnectorPolicy
- Specifies the policies that define which multi-edges may share a connector node in a MultiPageLayout.
- MultiPageEdgeType
- Defines edge types distinguished by the MultiPageLayout.
- MultiPageGroupingPolicy
- Grouping policies supported by the MultiPageLayout that can be specified via the property groupingPolicy.
- MultiPageNodeType
- Defines node types distinguished by the MultiPageLayout.