All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.CenteredList
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.CenteredList
- public class CenteredList
- extends ListHolder
A CenteredList keeps its contents stacked vertically and aligned
horizontally along their centroids.
-
CenteredList()
-
-
CenteredList(Point, Point)
-
-
CenteredList(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.
CenteredList
public CenteredList()
CenteredList
public CenteredList(Point origin,
Point corner)
CenteredList
public CenteredList(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