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.


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

Copyright © Taligent, Inc. 1996 - 1997.
Copyright
© IBM Corporation 1996 - 1997.
All Rights Reserved.