com.alee.laf.panel
Class WebPanelStyle

java.lang.Object
  extended by com.alee.laf.panel.WebPanelStyle

public final class WebPanelStyle
extends java.lang.Object

WebPanel style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color backgroundColor
          Panel background color.
static java.awt.Color borderColor
          Decoration border color.
static java.awt.Stroke borderStroke
          Panel border stroke.
static java.awt.Color disabledBorderColor
          Disabled decoration border color.
static boolean drawFocus
          Whether should draw panel focus or not.
static java.awt.Insets margin
          Panel margin.
static boolean paintBackground
          Whether should paint background or not.
static int round
          Panel corners rounding.
static float shadeTransparency
          Panel shade transparency.
static int shadeWidth
          Panel shade width.
static boolean undecorated
          Whether should decorate panel or not.
static boolean webColoredBackground
          Whether should paint web-styled background or not.
 
Constructor Summary
WebPanelStyle()
           
 
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 decorate panel or not.


drawFocus

public static boolean drawFocus
Whether should draw panel focus or not. This variable doesn't affect anything if panel is undecorated.


round

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


shadeWidth

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


shadeTransparency

public static float shadeTransparency
Panel shade transparency.


margin

public static java.awt.Insets margin
Panel margin.


borderStroke

public static java.awt.Stroke borderStroke
Panel border stroke. This variable doesn't affect anything if panel is 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 background or not.


webColoredBackground

public static boolean webColoredBackground
Whether should paint web-styled background or not.


backgroundColor

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

Constructor Detail

WebPanelStyle

public WebPanelStyle()