All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.eou.toolkit.graphics.Region
- public interface Region
Interface to define an abstract representation of a region.
-
COPYRIGHT
- Ensures that the short copyright string appears
in the class file.
-
contains(int, int)
- Return true if the point (x,y) is inside the region, false otherwise
-
getBounds()
- Return the bounding rectangle for the region.
COPYRIGHT
public static final String COPYRIGHT
- Ensures that the short copyright string appears
in the class file.
contains
public abstract boolean contains(int x,
int y)
- Return true if the point (x,y) is inside the region, false otherwise
getBounds
public abstract Rectangle getBounds()
- Return the bounding rectangle for the region.
All Packages Class Hierarchy This Package Previous Next Index