All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.contrib.xcomp.ManagedComposite
CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.standard.CompositeFigure
|
+----CH.ifa.draw.contrib.xcomp.ManagedComposite
- public abstract class ManagedComposite
- extends CompositeFigure
-
fMinSize
-
-
fPrefSize
-
-
ManagedComposite()
-
-
acceptSubFigureChange(Point, Point)
- Allow subfigure changes only to the positive direction (down and right).
fPrefSize
protected Dimension fPrefSize
fMinSize
protected Dimension fMinSize
ManagedComposite
public ManagedComposite()
acceptSubFigureChange
public boolean acceptSubFigureChange(Point origin,
Point corner)
- Allow subfigure changes only to the positive direction (down and right).
- Overrides:
- acceptSubFigureChange in class CompositeFigure
All Packages Class Hierarchy This Package Previous Next Index