|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.layout.AbstractLayoutStage
Partial LayoutStage implementation that handles the management of the core layouter part.
Field Summary |
Fields inherited from interface y.layout.Layouter |
EDGE_ID_DPKEY, NODE_ID_DPKEY, SELECTED_EDGES, SELECTED_NODES |
Constructor Summary | |
AbstractLayoutStage()
Default constructor. |
|
AbstractLayoutStage(Layouter core)
Initializes this AbstractLayoutStage with the given core Layouter. |
Method Summary | |
protected boolean |
canLayoutCore(LayoutGraph graph)
Queries the core layouter whether or not the given graph can be layed out. |
protected void |
doLayoutCore(LayoutGraph graph)
Invokes the layout routine of the core layouter. |
Layouter |
getCoreLayouter()
Returns the core layouter. |
void |
setCoreLayouter(Layouter l)
Sets the core layouter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface y.layout.Layouter |
canLayout, doLayout |
Constructor Detail |
public AbstractLayoutStage()
public AbstractLayoutStage(Layouter core)
Method Detail |
public void setCoreLayouter(Layouter l)
setCoreLayouter
in interface LayoutStage
public Layouter getCoreLayouter()
getCoreLayouter
in interface LayoutStage
protected void doLayoutCore(LayoutGraph graph)
protected boolean canLayoutCore(LayoutGraph graph)
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |