y25.layout
Interface LayoutStage25D

All Superinterfaces:
Layouter25D
All Known Implementing Classes:
AbstractLayoutStage25D

public interface LayoutStage25D
extends Layouter25D

A stage of a complex layout chain.

This interface is typically used in conjunction with CompositeLayouter25D to perform complex layouts of a graph.

This interface mirrors the LayoutStage interface found in the y.layout package.


Method Summary
 Layouter25D getCoreLayouter25D()
          Returns the core layouter.
 void setCoreLayouter25D(Layouter25D layouter)
          Sets the core layouter.
 
Methods inherited from interface y25.layout.Layouter25D
canLayout, doLayout
 

Method Detail

getCoreLayouter25D

public Layouter25D getCoreLayouter25D()
Returns the core layouter.


setCoreLayouter25D

public void setCoreLayouter25D(Layouter25D layouter)
Sets the core layouter.