com.alee.managers.style.skin.web
Class WebDecorationPainterStyle

java.lang.Object
  extended by com.alee.managers.style.skin.web.WebDecorationPainterStyle

public final class WebDecorationPainterStyle
extends java.lang.Object

Author:
Mikle Garin

Field Summary
static java.awt.Color backgroundColor
          Decoration background color.
static java.awt.Color borderColor
          Decoration border color.
static java.awt.Stroke borderStroke
          Decoration border stroke.
static java.awt.Color disabledBorderColor
          Disabled decoration border color.
static boolean paintBackground
          Whether should paint decoration background or not.
static boolean paintFocus
          Whether should paint panel focus or not.
static int round
          Decoration corners rounding.
static float shadeTransparency
          Decoration shade transparency.
static int shadeWidth
          Decoration shade width.
static boolean undecorated
          Whether should paint decoration or not.
static boolean webColoredBackground
          Whether should paint web-styled background or not.
 
Constructor Summary
WebDecorationPainterStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undecorated

public static boolean undecorated
Whether should paint decoration or not.


paintFocus

public static boolean paintFocus
Whether should paint panel focus or not. This variable doesn't affect anything if undecorated.


round

public static int round
Decoration corners rounding. This variable doesn't affect anything if undecorated.


shadeWidth

public static int shadeWidth
Decoration shade width. This variable doesn't affect anything if undecorated.


shadeTransparency

public static float shadeTransparency
Decoration shade transparency.


borderStroke

public static java.awt.Stroke borderStroke
Decoration border stroke. This variable doesn't affect anything if undecorated.


borderColor

public static java.awt.Color borderColor
Decoration border color.


disabledBorderColor

public static java.awt.Color disabledBorderColor
Disabled decoration border color.


paintBackground

public static boolean paintBackground
Whether should paint decoration background or not. This variable doesn't affect anything if undecorated.


webColoredBackground

public static boolean webColoredBackground
Whether should paint web-styled background or not. This variable doesn't affect anything if undecorated.


backgroundColor

public static java.awt.Color backgroundColor
Decoration background color.

Constructor Detail

WebDecorationPainterStyle

public WebDecorationPainterStyle()