Uses of Class
org.eclipse.swt.graphics.Region
Packages that use Region
Package
Description
SWT Custom widgets.
SWT graphics classes.
SWT widget public API classes.
-
Uses of Region in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type RegionModifier and TypeMethodDescription(package private) voidCTabFolderRenderer.fillRegion(GC gc, Region region) -
Uses of Region in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return RegionModifier and TypeMethodDescriptionstatic RegionInvokes platform specific functionality to allocate a new region.Methods in org.eclipse.swt.graphics with parameters of type RegionModifier and TypeMethodDescriptionvoidAdds 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.voidIntersects 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.voidSubtracts 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
Fields in org.eclipse.swt.widgets declared as RegionModifier and TypeFieldDescription(package private) RegionShell.originalRegion(package private) RegionControl.regionMethods in org.eclipse.swt.widgets that return RegionModifier and TypeMethodDescriptionControl.getRegion()Returns the region that defines the shape of the control, or null if the control has the default shape.Shell.getRegion()Returns the region that defines the shape of the shell, ornullif the shell has the default shape.(package private) static RegionShell.mirrorRegion(Region region) Methods in org.eclipse.swt.widgets with parameters of type RegionModifier and TypeMethodDescription(package private) voidControl.cairoCopyRegion(Region region) Copies the region at the Cairo level, as we need to re-use these resources after the Region object is disposed.(package private) static RegionShell.mirrorRegion(Region region) voidSets the shape of the control to the region specified by the argument.voidSets the shape of the shell to the region specified by the argument.