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.


Method Index

 o align(Figure)
Align (or position) the child within its holder (the context object).

Methods

 o 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