All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.beans.gauge.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
Copyright ©
Taligent, Inc. 1996 - 1997.
Copyright © IBM Corporation 1996 - 1997.
All Rights Reserved.