|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A general interface for algorithms that perform a layout process on a given
layered layout graph.
This interface basically mirrors the Layouter
functionality
for two dimensional graphs found in the y.layout
package.
Method Summary | |
boolean |
canLayout(LayeredLayoutGraph llg)
Returns true , if this Layouter25D is
capable of layouting the given graph. |
void |
doLayout(LayeredLayoutGraph llg)
Performs the layout on the given graph. |
Method Detail |
public boolean canLayout(LayeredLayoutGraph llg)
true
, if this Layouter25D
is
capable of layouting the given graph.
public void doLayout(LayeredLayoutGraph llg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |