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

Variable Index

 o fMinSize
 o fPrefSize

Constructor Index

 o ManagedComposite()

Method Index

 o acceptSubFigureChange(Point, Point)
Allow subfigure changes only to the positive direction (down and right).

Variables

 o fPrefSize
 protected Dimension fPrefSize
 o fMinSize
 protected Dimension fMinSize

Constructors

 o ManagedComposite
 public ManagedComposite()

Methods

 o 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