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.


Variable Index

 o COPYRIGHT
Ensures that the short copyright string appears in the class file.

Method Index

 o contains(int, int)
Return true if the point (x,y) is inside the region, false otherwise
 o getBounds()
Return the bounding rectangle for the region.

Variables

 o COPYRIGHT

 public static final String COPYRIGHT
Ensures that the short copyright string appears in the class file.

Methods

 o contains

 public abstract boolean contains(int x,
                                  int y)
Return true if the point (x,y) is inside the region, false otherwise

 o 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.