Packagecom.yworks.yfiles.layout.multipage
Classpublic class MultiPageLayout
InheritanceMultiPageLayout Inheritance YObject Inheritance Object
Implements ElementInfoManager

Represents the result of a layout run of the com.yworks.yfiles.layout.multipage.MultiPageLayouter.

See also

com.yworks.yfiles.layout.multipage.MultiPageLayouter


Public Methods
 MethodDefined By
  
MultiPageLayout(init:Boolean = true)
MultiPageLayout
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
MultiPageLayout
  
MultiPageLayout
  
MultiPageLayout
  
MultiPageLayout
  
MultiPageLayout
  
getPage(pageNo:int):LayoutGraph
Returns the layout graph on the given page.
MultiPageLayout
 Inherited
hashCode():int
YObject
  
pageCount():int
Returns the number of pages available in this MultiPageLayout.
MultiPageLayout
Constructor Detail
MultiPageLayout()Constructor
public function MultiPageLayout(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
getClass()method
override public function getClass():Class

Returns
Class
getEdgeInfo()method 
public function getEdgeInfo(e:Edge):EdgeInfo

Parameters

e:Edge

Returns
EdgeInfo
getEdgeLabelInfo()method 
public function getEdgeLabelInfo(ell:EdgeLabelLayout):EdgeLabelInfo

Parameters

ell:EdgeLabelLayout

Returns
EdgeLabelInfo
getNodeInfo()method 
public function getNodeInfo(n:Node):NodeInfo

Parameters

n:Node

Returns
NodeInfo
getNodeLabelInfo()method 
public function getNodeLabelInfo(nll:NodeLabelLayout):NodeLabelInfo

Parameters

nll:NodeLabelLayout

Returns
NodeLabelInfo
getPage()method 
public function getPage(pageNo:int):LayoutGraph

Returns the layout graph on the given page.

Parameters

pageNo:int — the page for which the layout graph. Allowed value range is 0 <= pageNo < pageCount.

Returns
LayoutGraph — the layout graph on the given page.

Throws
RangeError — if pageNo >= pageCount or pageNo < 0.

See also

pageCount()method 
public function pageCount():int

Returns the number of pages available in this MultiPageLayout.

Returns
int — the number of available pages.

See also