All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.LeftAlignedList
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.standard.CompositeFigure
|
+----CH.ifa.draw.standard.FigureHolder
|
+----CH.ifa.draw.standard.ListHolder
|
+----CH.ifa.draw.standard.LeftAlignedList
- public class LeftAlignedList
- extends ListHolder
A LeftAlignedList keeps its contents stacked vertically and aligned
horizontally along their origins.
-
LeftAlignedList()
-
-
LeftAlignedList(Point, Point)
-
-
LeftAlignedList(Point, Point, Margins)
-
-
getBottomElementAligner(Figure)
-
Gets the aligner for the bottom element of the list.
-
getMiddleElementAligner(Figure)
-
Gets the aligner for a middle element of the list.
-
getTopElementAligner()
- Gets the aligner for the top element of the list.
LeftAlignedList
public LeftAlignedList()
LeftAlignedList
public LeftAlignedList(Point origin,
Point corner)
LeftAlignedList
public LeftAlignedList(Point origin,
Point corner,
Margins margins)
getTopElementAligner
protected Aligner getTopElementAligner()
- Gets the aligner for the top element of the list.
- Overrides:
- getTopElementAligner in class ListHolder
getMiddleElementAligner
protected Aligner getMiddleElementAligner(Figure previous)
- Gets the aligner for a middle element of the list.
- Overrides:
- getMiddleElementAligner in class ListHolder
getBottomElementAligner
protected Aligner getBottomElementAligner(Figure previous)
- Gets the aligner for the bottom element of the list.
- Overrides:
- getBottomElementAligner in class ListHolder
All Packages Class Hierarchy This Package Previous Next Index