CompositeFigure
.See: Description
Interface | Description |
---|---|
Layouter |
A Layouter encapsulates a strategy for laying out the child figures of
a CompositeFigure.
|
Class | Description |
---|---|
AbstractLayouter |
This abstract class can be extended to implement a
Layouter
which has its own attribute set. |
HorizontalLayouter |
A
Layouter which lays out all children of a CompositeFigure
in horizontal direction. |
LocatorLayouter |
A layouter which lays out all children of a CompositeFigure according to their
LayoutLocator property..
|
VerticalLayouter |
A
Layouter which lays out all children of a CompositeFigure
in vertical direction. |
CompositeFigure
.