Package | Description |
---|---|
com.l2fprod.gui.nativeskin | |
com.l2fprod.gui.nativeskin.win32 | |
com.l2fprod.gui.nativeskin.x11 | |
com.l2fprod.gui.region |
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
void |
X11NativeSkin.setWindowRegion(java.awt.Window window,
Region region,
boolean redraw) |
Sets the WindowRegion attribute of the X11NativeSkin object
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImageRegion |
Created on 21/12/2000 by Frederic Lavigne, fred@L2FProd.com
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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
|