Package com.l2fprod.gui.nativeskin.x11
Class X11NativeSkin
java.lang.Object
com.l2fprod.gui.nativeskin.NativeSkin
com.l2fprod.gui.nativeskin.x11.X11NativeSkin
X11 Implementation.
- Version:
- $Revision: 1.2 $
- Author:
- Herve Lemaitre
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setWindowRegion
(Window window, Region region, boolean redraw) Sets the WindowRegion attribute of the X11NativeSkin objectMethods inherited from class com.l2fprod.gui.nativeskin.NativeSkin
combineRegions, createEllipticRegion, createPolygonRegion, createRectangleRegion, createRegion, createRegion, createRoundRectangleRegion, getInstance, isSupported, setAlwaysOnTop, setWindowRegion, setWindowTransparency
-
Constructor Details
-
X11NativeSkin
public X11NativeSkin()
-
-
Method Details
-
setWindowRegion
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
-