documentationfor yFiles for HTML 3.0.0.3

MultiPageLayoutResult

This class represents the result of a layout run of MultiPageLayout.

Inheritance Hierarchy
MultiPageLayoutResult

Remarks

A layout run subdivides the input graph into several LayoutGraphs (called page graphs) such that the layout of each graph fits the specified maximumPageSize. This class provides access to the different page graphs (see pageGraphs).

An instance of this class can be obtained by executing the algorithm via the LayoutExecutor or by using applyLayoutImpl when directly working on the LayoutGraph API. The layoutCallback has to be set before starting the layout run.

This class cannot be instantiated

Type Details

yFiles module
algorithms

Properties