Uses of Class
org.eclipse.swt.graphics.Region
-
Packages that use Region Package Description org.eclipse.swt.graphics SWT graphics classes.org.eclipse.swt.widgets SWT widget public API classes. -
-
Uses of Region in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return Region Modifier and Type Method Description static RegionRegion. win32_new(Device device, int handle)Invokes platform specific functionality to allocate a new region.Methods in org.eclipse.swt.graphics with parameters of type Region Modifier and Type Method Description voidRegion. add(Region region)Adds all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.voidGC. getClipping(Region region)Sets the region managed by the argument to the current clipping region of the receiver.voidRegion. intersect(Region region)Intersects all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.voidGC. setClipping(Region region)Sets the area of the receiver which can be changed by drawing operations to the region specified by the argument.voidRegion. subtract(Region region)Subtracts all of the polygons which make up the area covered by the argument from the collection of polygons the receiver maintains to describe its area. -
Uses of Region in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return Region Modifier and Type Method Description RegionControl. getRegion()Returns the region that defines the shape of the control, or null if the control has the default shape.RegionShell. getRegion()Returns the region that defines the shape of the shell, ornullif the shell has the default shape.Methods in org.eclipse.swt.widgets with parameters of type Region Modifier and Type Method Description voidControl. setRegion(Region region)Sets the shape of the control to the region specified by the argument.voidShell. setRegion(Region region)Sets the shape of the shell to the region specified by the argument.
-