Packagecom.yworks.yfiles.layout.multipage
Interfacepublic interface LayoutCallback

Callback that is invoked when a com.yworks.yfiles.layout.multipage.MultiPageLayouter has calculated a new multi-page layout.

See also

com.yworks.yfiles.layout.multipage.MultiPageLayouter


Public Methods
 MethodDefined By
  
Invoked from com.yworks.yfiles.layout.multipage.MultiPageLayouter.doLayout() when a new multi-page layout has been calculated.
LayoutCallback
Method Detail
layoutDone()method
public function layoutDone(result:MultiPageLayout):void

Invoked from com.yworks.yfiles.layout.multipage.MultiPageLayouter.doLayout() when a new multi-page layout has been calculated.

Parameters

result:MultiPageLayout — the result of the layout calculation.

See also