Provides layout algorithms that sub-divide a (large) graph into a set of smaller graphs that fit into a given width and height.

Related Documentation

See the yFiles Developer's Guide section on Multi-page Layout for a description of the yFiles multi-page layout algorithms.



Interfaces
 InterfaceDescription
 EdgeInfo A class that holds all information related to an edge.
 EdgeLabelInfo A class that holds all information related to an edge label.
 ElementFactory Factory used by class com.yworks.yfiles.layout.multipage.MultiPageLayouter to create special nodes and edges.
 ElementInfoManager Interface that offers access to the information objects of graph elements.
 LayoutCallback Callback that is invoked when a com.yworks.yfiles.layout.multipage.MultiPageLayouter has calculated a new multi-page layout.
 NodeInfo A class that holds all information related to a node.
 NodeLabelInfo A class that holds all information related to a node label.
Classes
 ClassDescription
 DefaultElementFactory Default implementation of an ElementFactory.
 EdgeInfoCompanion 
 LayoutContext Class that represents the layout context.
 MultiPageLayout Represents the result of a layout run of the com.yworks.yfiles.layout.multipage.MultiPageLayouter.
 MultiPageLayouter Layout algorithm that subdivides the input graph into several com.yworks.yfiles.layout.LayoutGraph s (called page graphs) such that the layout of each graph fits the specified maximum page size (maxPageSize).
 NodeInfoCompanion