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.


Method Index

 o getAligner()
Get the aligner associated with this.
 o setAligner(Aligner)
Set the aligner associated with this.

Methods

 o setAligner
 public abstract void setAligner(Aligner aligner)
Set the aligner associated with this.

 o getAligner
 public abstract Aligner getAligner()
Get the aligner associated with this.


All Packages  Class Hierarchy  This Package  Previous  Next  Index