public static interface JGraphLayout.Stoppable
Modifier and Type | Method and Description |
---|---|
JGraphLayoutProgress |
getProgress()
Returns the progress object that represents the progress of the
current layout run.
|
JGraphLayoutProgress getProgress()
By convention, the layout must check the isStopped method in its
inner-most loops and return immediately if the method returns
true
.
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.