Search this API

Package y.layout.multipage

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

See:
          Description

Interface Summary
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 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 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.
 

Class Summary
DefaultElementFactory Default implementation of an ElementFactory.
LayoutContext Class that represents the layout context.
MultiPageLayout Represents the result of a layout run of the MultiPageLayouter.
MultiPageLayouter Layout algorithm that subdivides the input graph into several LayoutGraphs (called page graphs) such that the layout of each graph fits the specified maximum page size.
 

Package y.layout.multipage Description

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.


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.