Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.graphics.Region

Packages that use Region
org.eclipse.swt.graphics SWT graphics classes. 
 

Uses of Region in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Region
static Region Region.win32_new(int handle)
          Invokes platform specific functionality to allocate a new region.
 

Methods in org.eclipse.swt.graphics with parameters of type Region
 void GC.getClipping(Region region)
          Sets the region managed by the argument to the current clipping region of the receiver.
 void GC.setClipping(Region region)
          Sets the area of the receiver which can be changed by drawing operations to the region specified by the argument.
 void Region.add(Region region)
          Adds all of the rectangles which make up the area covered by the argument to the collection of rectangles the receiver maintains to describe its area.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.