|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.panel.WebPanelStyle
public final class WebPanelStyle
WebPanel style class.
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 |
---|
public static boolean undecorated
public static boolean drawFocus
public static int round
public static int shadeWidth
public static float shadeTransparency
public static java.awt.Insets margin
public static java.awt.Stroke borderStroke
public static java.awt.Color borderColor
public static java.awt.Color disabledBorderColor
public static boolean paintBackground
public static boolean webColoredBackground
public static java.awt.Color backgroundColor
Constructor Detail |
---|
public WebPanelStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |