public static interface InteractiveOrganicLayout.ISingleThreadContext
InteractiveOrganicLayout.ISingleThreadContext provides control over the layout calculation in the case of single-threaded algorithm
execution.| Modifier and Type | Method and Description |
|---|---|
void |
startLayout(long duration)
Starts the layout calculation, continuing where it has stopped before and allowing a certain maximum duration in
milliseconds.
|
void |
stopLayout()
Stops the layout calculation.
|
void startLayout(long duration)
duration - the duration in milliseconds the layout calculation is allowed to runvoid stopLayout()
continue layout calculation
again.