Uses of Class
com.l2fprod.gui.region.Region
Packages that use Region
Package
Description
-
Uses of Region in com.l2fprod.gui.nativeskin
Methods in com.l2fprod.gui.nativeskin that return RegionModifier and TypeMethodDescriptionNativeSkin.combineRegions
(Region region1, Region region2, int combineMode) Description of the MethodNativeSkin.createEllipticRegion
(int x1, int y1, int x2, int y2) Description of the MethodNativeSkin.createPolygonRegion
(int[] xpoints, int[] ypoints, int fillMode) Description of the MethodNativeSkin.createRectangleRegion
(int x1, int y1, int x2, int y2) Description of the MethodNativeSkin.createRegion
(Image image) Description of the MethodNativeSkin.createRegion
(Image image, int width, int height) Description of the MethodNativeSkin.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 RegionModifier and TypeMethodDescriptionNativeSkin.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
(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 RegionModifier and TypeMethodDescriptionWin32NativeSkin.combineRegions
(Region region1, Region region2, int combineMode) Description of the MethodWin32NativeSkin.createEllipticRegion
(int x1, int y1, int x2, int y2) Description of the MethodWin32NativeSkin.createPolygonRegion
(int[] xpoints, int[] ypoints, int fillMode) Description of the MethodWin32NativeSkin.createRectangleRegion
(int x1, int y1, int x2, int y2) Description of the MethodWin32NativeSkin.createRegion
(Image image, int width, int height) Description of the MethodWin32NativeSkin.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 RegionModifier and TypeMethodDescriptionWin32NativeSkin.combineRegions
(Region region1, Region region2, int combineMode) Description of the Methodvoid
Win32NativeSkin.setWindowRegion
(int handle, Region region, boolean redraw) void
Win32NativeSkin.setWindowRegion
(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 RegionModifier and TypeMethodDescriptionvoid
X11NativeSkin.setWindowRegion
(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.regionModifier and TypeClassDescriptionfinal class
Created on 21/12/2000 by Frederic Lavigne, fred@L2FProd.comMethods in com.l2fprod.gui.region that return RegionModifier and TypeMethodDescriptionRegionBuilder.combineRegions
(Region region1, Region region2, int combineMode) Description of the MethodRegionBuilder.createEllipticRegion
(int x1, int y1, int x2, int y2) Description of the MethodRegionBuilder.createPolygonRegion
(int[] xpoints, int[] ypoints, int fillMode) Description of the MethodRegionBuilder.createRectangleRegion
(int x1, int y1, int x2, int y2) Description of the MethodRegionBuilder.createRegion
(Image image) Description of the MethodRegionBuilder.createRegion
(Image image, int width, int height) Description of the MethodRegionBuilder.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 RegionModifier and TypeMethodDescriptionRegionBuilder.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
(Window window, Region region, boolean redraw) Sets the WindowRegion attribute of the RegionBuilder object