|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public JGraphLayoutProgress getProgress()
By convention, the layout must check the isStopped method in its
inner-most loops and return immediately if the method returns
true
.
|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |