All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.TopLeftAligner
java.lang.Object
|
+----CH.ifa.draw.standard.TopLeftAligner
- public class TopLeftAligner
- extends Object
- implements Aligner
A TopLeftAligner computes a position for a figure so that it
is aligned horizontally with the left edge of the display box of its holder and
positioned below the top edge of the display box of its holder.
-
fHolder
-
-
TopLeftAligner(FigureHolder)
-
-
align(Figure)
-
fHolder
protected FigureHolder fHolder
TopLeftAligner
public TopLeftAligner(FigureHolder holder)
align
public Point align(Figure child)
All Packages Class Hierarchy This Package Previous Next Index