|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a layouter that forms a stage of a larger layout process. It delegates the core layout process to another layouter. A layout stage may perform preprocessing steps before the core layouter gets called and postprocessing steps after the layouter gets called.
Field Summary |
Fields inherited from interface y.layout.Layouter |
EDGE_ID_DPKEY, NODE_ID_DPKEY, SELECTED_EDGES, SELECTED_NODES |
Method Summary | |
Layouter |
getCoreLayouter()
Returns the core layouter. |
void |
setCoreLayouter(Layouter l)
Sets the core layouter. |
Methods inherited from interface y.layout.Layouter |
canLayout, doLayout |
Method Detail |
public void setCoreLayouter(Layouter l)
public Layouter getCoreLayouter()
|
© 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 |