All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.toolkit.graphics.RegionInverse
java.lang.Object
|
+----com.ibm.eou.toolkit.graphics.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