All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.beans.gauge.RegionInverse
java.lang.Object
|
+----COM.ibm.beans.gauge.RegionInverse
- public class RegionInverse
- extends Object
- implements Region
Abstract representation of a region to be used for clipping.
region
-
RegionInverse(Region)
- Create a region which contains all the points not in the
specified region.
contains(int,
int)
- Return true if the coordinates are not inside the region.
copyright()
- Copyright method to ensure that short copyright string
appears in class file.
getBounds()
- Return the bounding box for the region.
region
protected Region region
RegionInverse
public RegionInverse(Region region)
- Create a region which contains all the points not in the
specified region.
copyright
public static String copyright()
- Copyright method to ensure that short copyright string
appears in class file.
contains
public boolean contains(int x,
int y)
- Return true if the coordinates are not inside the region.
getBounds
public Rectangle getBounds()
- Return the bounding box for the region. The bounding box
for an inverted region is always unbounded.
All Packages Class Hierarchy This Package Previous Next Index
Copyright ©
Taligent, Inc. 1996 - 1997.
Copyright © IBM Corporation 1996 - 1997.
All Rights Reserved.