All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.RelativeAligner
java.lang.Object
|
+----CH.ifa.draw.standard.RelativeAligner
- public class RelativeAligner
- extends Object
- implements Aligner
a RelativeAligner remembers a childs relative position to the origin
of the display box of the childs holder. It aligns the child keeping
that relative position.
-
fHolder
-
-
relPos
-
-
RelativeAligner(FigureHolder, Figure)
-
-
align(Figure)
-
fHolder
protected FigureHolder fHolder
relPos
protected Point relPos
RelativeAligner
public RelativeAligner(FigureHolder holder,
Figure child)
align
public Point align(Figure child)
All Packages Class Hierarchy This Package Previous Next Index