|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
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 | |
---|---|
Region |
NativeSkin.combineRegions(Region region1,
Region region2,
int combineMode)
Description of the Method |
Region |
NativeSkin.createEllipticRegion(int x1,
int y1,
int x2,
int y2)
Description of the Method |
Region |
NativeSkin.createPolygonRegion(int[] xpoints,
int[] ypoints,
int fillMode)
Description of the Method |
Region |
NativeSkin.createRectangleRegion(int x1,
int y1,
int x2,
int y2)
Description of the Method |
Region |
NativeSkin.createRegion(java.awt.Image image)
Description of the Method |
Region |
NativeSkin.createRegion(java.awt.Image image,
int width,
int height)
Description of the Method |
Region |
NativeSkin.createRoundRectangleRegion(int x1,
int y1,
int x2,
int y2,
int x3,
int y3)
Description of the Method |
Methods in com.l2fprod.gui.nativeskin with parameters of type Region | |
---|---|
Region |
NativeSkin.combineRegions(Region region1,
Region region2,
int combineMode)
Description of the Method |
void |
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 | |
---|---|
Region |
Win32NativeSkin.combineRegions(Region region1,
Region region2,
int combineMode)
Description of the Method |
Region |
Win32NativeSkin.createEllipticRegion(int x1,
int y1,
int x2,
int y2)
Description of the Method |
Region |
Win32NativeSkin.createPolygonRegion(int[] xpoints,
int[] ypoints,
int fillMode)
Description of the Method |
Region |
Win32NativeSkin.createRectangleRegion(int x1,
int y1,
int x2,
int y2)
Description of the Method |
Region |
Win32NativeSkin.createRegion(java.awt.Image image,
int width,
int height)
Description of the Method |
Region |
Win32NativeSkin.createRoundRectangleRegion(int x1,
int y1,
int x2,
int y2,
int x3,
int y3)
Description of the Method |
Methods in com.l2fprod.gui.nativeskin.win32 with parameters of type Region | |
---|---|
Region |
Win32NativeSkin.combineRegions(Region region1,
Region region2,
int combineMode)
Description of the Method |
void |
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 | |
---|---|
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 | |
---|---|
class |
ImageRegion
Created on 21/12/2000 by Frederic Lavigne, fred@L2FProd.com |
Methods in com.l2fprod.gui.region that return Region | |
---|---|
Region |
RegionBuilder.combineRegions(Region region1,
Region region2,
int combineMode)
Description of the Method |
Region |
RegionBuilder.createEllipticRegion(int x1,
int y1,
int x2,
int y2)
Description of the Method |
Region |
RegionBuilder.createPolygonRegion(int[] xpoints,
int[] ypoints,
int fillMode)
Description of the Method |
Region |
RegionBuilder.createRectangleRegion(int x1,
int y1,
int x2,
int y2)
Description of the Method |
Region |
RegionBuilder.createRegion(java.awt.Image image)
Description of the Method |
Region |
RegionBuilder.createRegion(java.awt.Image image,
int width,
int height)
Description of the Method |
Region |
RegionBuilder.createRoundRectangleRegion(int x1,
int y1,
int x2,
int y2,
int x3,
int y3)
Description of the Method |
Methods in com.l2fprod.gui.region with parameters of type Region | |
---|---|
Region |
RegionBuilder.combineRegions(Region region1,
Region region2,
int combineMode)
Description of the Method |
void |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |