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 TypeMethodDescriptionvoidsetWindowRegion(Window window, Region region, boolean redraw) Sets the WindowRegion attribute of the X11NativeSkin objectMethods inherited from class 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:
setWindowRegionin classNativeSkin- Parameters:
window- The new WindowRegion valueregion- The new WindowRegion valueredraw- The new WindowRegion value
-