Packagecom.yworks.yfiles.layout.organic
Interfacepublic interface InteractiveOrganicLayouter_SingleThreadContext

Context object that provides controls of layout calculation in case the layouter runs single-threaded.



Public Methods
 MethodDefined By
  
doLayout(duration:uint):void
Do layout calculation for the given amount of time where it has stopped before.
InteractiveOrganicLayouter_SingleThreadContext
  
stopLayout():void
Stops layout calculation.
InteractiveOrganicLayouter_SingleThreadContext
Method Detail
doLayout()method
public function doLayout(duration:uint):void

Do layout calculation for the given amount of time where it has stopped before.

Parameters

duration:uint — the duration of continuing layout calculation in milliseconds.

stopLayout()method 
public function stopLayout():void

Stops layout calculation. After this call, this context cannot continue layout calculation again.