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.


Variable Index

 o region

Constructor Index

 o RegionInverse(Region)
Create a region which contains all the points not in the specified region.

Method Index

 o contains(int, int)
Return true if the coordinates are not inside the region.
 o copyright()
Copyright method to ensure that short copyright string appears in class file.
 o getBounds()
Return the bounding box for the region.

Variables

 o region
 protected Region region

Constructors

 o RegionInverse
 public RegionInverse(Region region)
Create a region which contains all the points not in the specified region.

Methods

 o copyright
 public static String copyright()
Copyright method to ensure that short copyright string appears in class file.

 o contains
 public boolean contains(int x,
                         int y)
Return true if the coordinates are not inside the region.

 o 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