documentationfor yFiles for HTML 2.6

MultiPageLayoutResult

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

Inheritance Hierarchy
MultiPageLayoutResult
Implemented Interfaces

Remarks

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

An instance of this class can be either obtained by calling calculateLayout or applyLayout. In the latter case, a ILayoutCallback has to be set before starting the layout run.

Type Details

yfiles module
layout-multipage
yfiles-umd modules
layout-multipage, layout
Legacy UMD name
yfiles.multipage.MultiPageLayoutResult

See Also

Methods