|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutStage
A LayoutStage
is a layout algorithm that represents a stage of a larger layout process.
It delegates the core layout process to another layout algorithm
. Implementing classes may perform
pre-processing steps before the core layout algorithm
gets called and post-processing
steps afterwards.
CanonicMultiStageLayouter
Field Summary |
---|
Fields inherited from interface y.layout.Layouter |
---|
EDGE_ID_DPKEY, NODE_ID_DPKEY, NODE_TYPE_DPKEY, SELECTED_EDGES, SELECTED_NODES |
Method Summary | |
---|---|
Layouter |
getCoreLayouter()
Returns the core layout algorithm. |
void |
setCoreLayouter(Layouter layouter)
Specifies the core layout algorithm. |
Methods inherited from interface y.layout.Layouter |
---|
canLayout, doLayout |
Method Detail |
---|
void setCoreLayouter(Layouter layouter)
Layouter.doLayout(LayoutGraph)
. The LayoutStage
may add pre- and post-processing steps before and after calling the core layout algorithm.
layouter
- the core layout algorithmLayouter getCoreLayouter()
Layouter.doLayout(LayoutGraph)
. The LayoutStage
may add pre- and post-processing steps before and after calling the core layout algorithm.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |