Packagecom.yworks.yfiles.layout
Interfacepublic interface LayoutStage extends Layouter
Implementors AbstractLayoutStage, BendConverter, GraphTransformer, LabelLayoutTranslator, OrganicEdgeRouter, PortCalculator, RemoveOverlapsLayoutStage, ShuffleLayouter, SplitEdgeLayoutStage, TreeComponentLayouter

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 pre-processing steps before the core layouter gets called and post-processing steps after the layouter gets called.



Public Properties
 PropertyDefined By
  coreLayouter : Layouter
Specifies the core layouter.
LayoutStage
Public Methods
 MethodDefined By
 Inherited
canLayout(graph:LayoutGraph):Boolean
Returns true iff the given graph can be laid out by this algorithm.
Layouter
 Inherited
doLayout(graph:LayoutGraph):void
Main layout routine that assigns new layout information to the given graph.
Layouter
Property Detail
coreLayouterproperty
coreLayouter:Layouter

Specifies the core layouter.


Implementation
    public function get coreLayouter():Layouter
    public function set coreLayouter(value:Layouter):void