|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.managers.style.skin.web.WebDecorationPainterStyle
public final class WebDecorationPainterStyle
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 |
---|
public static boolean undecorated
public static boolean paintFocus
public static int round
public static int shadeWidth
public static float shadeTransparency
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 WebDecorationPainterStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |