Uses of Interface
y25.layout.LayoutStage25D

Packages that use LayoutStage25D
y25.layout Extends layered graphs with layout information. 
 

Uses of LayoutStage25D in y25.layout
 

Classes in y25.layout that implement LayoutStage25D
 class AbstractLayoutStage25D
          Partial LayoutStage25D implementation that handles the core layouter part.
protected  class FlatLayouter.CanonicFlatteningStage
          The canonic flatteing/unflattening stage used by FlatLayouter.
 

Fields in y25.layout declared as LayoutStage25D
protected  LayoutStage25D CompositeLayouter25D.firstStage
          The first layout stage.
protected  LayoutStage25D CompositeLayouter25D.lastStage
          The last layout stage that is invoked right before the core layouter is invoked.
 

Methods in y25.layout with parameters of type LayoutStage25D
 void CompositeLayouter25D.appendStage(LayoutStage25D stage)
          Appends a stage to the layout pipeline.
 void CompositeLayouter25D.prependStage(LayoutStage25D stage)
          Prepends a stage to the layout pipeline.
 

Constructors in y25.layout with parameters of type LayoutStage25D
FlatLayouter(LayoutStage25D flattener, Layouter coreLayouter)
          Creates a FlatLayouter with a user supplied flattening/unflattening stage.
CompositeLayouter25D(LayoutStage25D stage, Layouter25D coreLayouter)
          Creates a new instance of CompositeLayouter25D.