Search this API

y.layout.multipage
Interface LayoutCallback


public interface LayoutCallback

Callback that is invoked when a MultiPageLayouter has calculated a new multi-page layout.

 

Method Summary
 void layoutDone(MultiPageLayout result)
          Invoked from MultiPageLayouter.doLayout(y.layout.LayoutGraph) when a new multi-page layout has been calculated.
 

Method Detail

layoutDone

void layoutDone(MultiPageLayout result)
Invoked from MultiPageLayouter.doLayout(y.layout.LayoutGraph) when a new multi-page layout has been calculated.

Parameters:
result - the result of the layout calculation
See Also:
MultiPageLayouter.doLayout(y.layout.LayoutGraph)

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