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 RegionNativeSkin. combineRegions(Region region1, Region region2, int combineMode)Description of the MethodRegionNativeSkin. createEllipticRegion(int x1, int y1, int x2, int y2)Description of the MethodRegionNativeSkin. createPolygonRegion(int[] xpoints, int[] ypoints, int fillMode)Description of the MethodRegionNativeSkin. createRectangleRegion(int x1, int y1, int x2, int y2)Description of the MethodRegionNativeSkin. createRegion(java.awt.Image image)Description of the MethodRegionNativeSkin. createRegion(java.awt.Image image, int width, int height)Description of the MethodRegionNativeSkin. 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 RegionNativeSkin. combineRegions(Region region1, Region region2, int combineMode)Description of the MethodvoidNativeSkin. setWindowRegion(int handle, Region region, boolean redraw)Sets the Region for the graphical object identified by the given native handle.voidNativeSkin. 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 RegionWin32NativeSkin. combineRegions(Region region1, Region region2, int combineMode)Description of the MethodRegionWin32NativeSkin. createEllipticRegion(int x1, int y1, int x2, int y2)Description of the MethodRegionWin32NativeSkin. createPolygonRegion(int[] xpoints, int[] ypoints, int fillMode)Description of the MethodRegionWin32NativeSkin. createRectangleRegion(int x1, int y1, int x2, int y2)Description of the MethodRegionWin32NativeSkin. createRegion(java.awt.Image image, int width, int height)Description of the MethodRegionWin32NativeSkin. 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 RegionWin32NativeSkin. combineRegions(Region region1, Region region2, int combineMode)Description of the MethodvoidWin32NativeSkin. setWindowRegion(int handle, Region region, boolean redraw)voidWin32NativeSkin. 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 voidX11NativeSkin. 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 classImageRegionCreated on 21/12/2000 by Frederic Lavigne, fred@L2FProd.comMethods in com.l2fprod.gui.region that return Region Modifier and Type Method Description RegionRegionBuilder. combineRegions(Region region1, Region region2, int combineMode)Description of the MethodRegionRegionBuilder. createEllipticRegion(int x1, int y1, int x2, int y2)Description of the MethodRegionRegionBuilder. createPolygonRegion(int[] xpoints, int[] ypoints, int fillMode)Description of the MethodRegionRegionBuilder. createRectangleRegion(int x1, int y1, int x2, int y2)Description of the MethodRegionRegionBuilder. createRegion(java.awt.Image image)Description of the MethodRegionRegionBuilder. createRegion(java.awt.Image image, int width, int height)Description of the MethodRegionRegionBuilder. 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 RegionRegionBuilder. combineRegions(Region region1, Region region2, int combineMode)Description of the MethodvoidRegionBuilder. setWindowRegion(int handle, Region region, boolean redraw)Sets the Region for the graphical object identified by the given native handle.voidRegionBuilder. setWindowRegion(java.awt.Window window, Region region, boolean redraw)Sets the WindowRegion attribute of the RegionBuilder object
-