All Packages Class Hierarchy This Package Previous Next Index
Interface CH.ifa.draw.framework.Alignable
- public interface Alignable
An Alignable figure has an associated Aligner object for positioning
the figure. With aligners, a composite can maintain a layout of subfigures.
-
getAligner()
- Get the aligner associated with this.
-
setAligner(Aligner)
- Set the aligner associated with this.
setAligner
public abstract void setAligner(Aligner aligner)
- Set the aligner associated with this.
getAligner
public abstract Aligner getAligner()
- Get the aligner associated with this.
All Packages Class Hierarchy This Package Previous Next Index