Package com.l2fprod.gui.nativeskin.x11
Class X11NativeSkin
- java.lang.Object
-
- com.l2fprod.gui.nativeskin.NativeSkin
-
- com.l2fprod.gui.nativeskin.x11.X11NativeSkin
-
public final class X11NativeSkin extends NativeSkin
X11 Implementation.- Version:
- $Revision: 1.2 $
- Author:
- Herve Lemaitre
-
-
Constructor Summary
Constructors Constructor Description X11NativeSkin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setWindowRegion(java.awt.Window window, Region region, boolean redraw)
Sets the WindowRegion attribute of the X11NativeSkin object-
Methods inherited from class com.l2fprod.gui.nativeskin.NativeSkin
combineRegions, createEllipticRegion, createPolygonRegion, createRectangleRegion, createRegion, createRegion, createRoundRectangleRegion, getInstance, isSupported, setAlwaysOnTop, setWindowRegion, setWindowTransparency
-
-
-
-
Method Detail
-
setWindowRegion
public void setWindowRegion(java.awt.Window window, Region region, boolean redraw)
Sets the WindowRegion attribute of the X11NativeSkin object- Overrides:
setWindowRegion
in classNativeSkin
- Parameters:
window
- The new WindowRegion valueregion
- The new WindowRegion valueredraw
- The new WindowRegion value
-
-