Uses of Class
com.l2fprod.gui.region.Region
-
Packages that use Region Package Description com.l2fprod.gui.nativeskin com.l2fprod.gui.nativeskin.win32 com.l2fprod.gui.nativeskin.x11 com.l2fprod.gui.region -
-
Uses of Region in com.l2fprod.gui.nativeskin
Methods in com.l2fprod.gui.nativeskin that return Region Modifier and Type Method Description Region
NativeSkin. combineRegions(Region region1, Region region2, int combineMode)
Description of the MethodRegion
NativeSkin. createEllipticRegion(int x1, int y1, int x2, int y2)
Description of the MethodRegion
NativeSkin. createPolygonRegion(int[] xpoints, int[] ypoints, int fillMode)
Description of the MethodRegion
NativeSkin. createRectangleRegion(int x1, int y1, int x2, int y2)
Description of the MethodRegion
NativeSkin. createRegion(java.awt.Image image)
Description of the MethodRegion
NativeSkin. createRegion(java.awt.Image image, int width, int height)
Description of the MethodRegion
NativeSkin. createRoundRectangleRegion(int x1, int y1, int x2, int y2, int x3, int y3)
Description of the MethodMethods in com.l2fprod.gui.nativeskin with parameters of type Region Modifier and Type Method Description Region
NativeSkin. combineRegions(Region region1, Region region2, int combineMode)
Description of the Methodvoid
NativeSkin. setWindowRegion(int handle, Region region, boolean redraw)
Sets the Region for the graphical object identified by the given native handle.void
NativeSkin. setWindowRegion(java.awt.Window window, Region region, boolean redraw)
Sets the WindowRegion attribute of the RegionBuilder object -
Uses of Region in com.l2fprod.gui.nativeskin.win32
Methods in com.l2fprod.gui.nativeskin.win32 that return Region Modifier and Type Method Description Region
Win32NativeSkin. combineRegions(Region region1, Region region2, int combineMode)
Description of the MethodRegion
Win32NativeSkin. createEllipticRegion(int x1, int y1, int x2, int y2)
Description of the MethodRegion
Win32NativeSkin. createPolygonRegion(int[] xpoints, int[] ypoints, int fillMode)
Description of the MethodRegion
Win32NativeSkin. createRectangleRegion(int x1, int y1, int x2, int y2)
Description of the MethodRegion
Win32NativeSkin. createRegion(java.awt.Image image, int width, int height)
Description of the MethodRegion
Win32NativeSkin. createRoundRectangleRegion(int x1, int y1, int x2, int y2, int x3, int y3)
Description of the MethodMethods in com.l2fprod.gui.nativeskin.win32 with parameters of type Region Modifier and Type Method Description Region
Win32NativeSkin. combineRegions(Region region1, Region region2, int combineMode)
Description of the Methodvoid
Win32NativeSkin. setWindowRegion(int handle, Region region, boolean redraw)
void
Win32NativeSkin. setWindowRegion(java.awt.Window window, Region region, boolean redraw)
Sets the WindowRegion attribute of the Win32RegionBuilder object -
Uses of Region in com.l2fprod.gui.nativeskin.x11
Methods in com.l2fprod.gui.nativeskin.x11 with parameters of type Region Modifier and Type Method Description void
X11NativeSkin. setWindowRegion(java.awt.Window window, Region region, boolean redraw)
Sets the WindowRegion attribute of the X11NativeSkin object -
Uses of Region in com.l2fprod.gui.region
Subclasses of Region in com.l2fprod.gui.region Modifier and Type Class Description class
ImageRegion
Created on 21/12/2000 by Frederic Lavigne, fred@L2FProd.comMethods in com.l2fprod.gui.region that return Region Modifier and Type Method Description Region
RegionBuilder. combineRegions(Region region1, Region region2, int combineMode)
Description of the MethodRegion
RegionBuilder. createEllipticRegion(int x1, int y1, int x2, int y2)
Description of the MethodRegion
RegionBuilder. createPolygonRegion(int[] xpoints, int[] ypoints, int fillMode)
Description of the MethodRegion
RegionBuilder. createRectangleRegion(int x1, int y1, int x2, int y2)
Description of the MethodRegion
RegionBuilder. createRegion(java.awt.Image image)
Description of the MethodRegion
RegionBuilder. createRegion(java.awt.Image image, int width, int height)
Description of the MethodRegion
RegionBuilder. createRoundRectangleRegion(int x1, int y1, int x2, int y2, int x3, int y3)
Description of the MethodMethods in com.l2fprod.gui.region with parameters of type Region Modifier and Type Method Description Region
RegionBuilder. combineRegions(Region region1, Region region2, int combineMode)
Description of the Methodvoid
RegionBuilder. setWindowRegion(int handle, Region region, boolean redraw)
Sets the Region for the graphical object identified by the given native handle.void
RegionBuilder. setWindowRegion(java.awt.Window window, Region region, boolean redraw)
Sets the WindowRegion attribute of the RegionBuilder object
-