All Packages Class Hierarchy This Package Previous Next Index
Interface CH.ifa.draw.framework.Aligner
- public interface Aligner
Aligner is a strategy class that encapsulates an alignment algorithm.
for absolute positioning of subfigures within figure holders.
-
align(Figure)
- Align (or position) the child within its holder (the context object).
align
public abstract Point align(Figure child)
- Align (or position) the child within its holder (the context object).
Returns a point representing the absolute position of the origin of
the child.
All Packages Class Hierarchy This Package Previous Next Index