|
JGraph |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JGraphLayout.Stoppable
An additional interface that should be implemented if a layout is expected to run longer. Eg. if a layout for a few hundred cells is likely to take more than 1 second.
Method Summary | |
---|---|
JGraphLayoutProgress |
getProgress()
Returns the progress object that represents the progress of the current layout run. |
Method Detail |
---|
JGraphLayoutProgress getProgress()
By convention, the layout must check the isStopped method in its
inner-most loops and return immediately if the method returns
true
.
|
JGraph |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |