|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.checkbox.WebCheckBoxStyle
public final class WebCheckBoxStyle
WebCheckBox style class.
Field Summary | |
---|---|
static boolean |
animated
Whether should animate selection changes or not. |
static java.awt.Color |
borderColor
Border color. |
static java.awt.Stroke |
borderStroke
Icon background border stroke. |
static java.awt.Color |
bottomBgColor
Bottom background gradient color. |
static java.awt.Color |
bottomSelectedBgColor
Bottom background gradient color on selection. |
static java.awt.Color |
darkBorderColor
Dark border color. |
static java.awt.Color |
disabledBorderColor
Disabled border color. |
static int |
iconHeight
Icon height. |
static int |
iconWidth
Icon width. |
static java.awt.Insets |
margin
Default checkbox margin. |
static boolean |
rolloverDarkBorderOnly
Whether should display dark border only on rollover or not. |
static int |
round
Border rounding. |
static int |
shadeWidth
Decoration shade width. |
static java.awt.Color |
topBgColor
Top background gradient color. |
static java.awt.Color |
topSelectedBgColor
Top background gradient color on selection. |
Constructor Summary | |
---|---|
WebCheckBoxStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Color borderColor
public static java.awt.Color darkBorderColor
public static java.awt.Color disabledBorderColor
public static java.awt.Color topBgColor
public static java.awt.Color bottomBgColor
public static java.awt.Color topSelectedBgColor
public static java.awt.Color bottomSelectedBgColor
public static int round
public static int shadeWidth
public static java.awt.Insets margin
public static boolean animated
public static boolean rolloverDarkBorderOnly
public static java.awt.Stroke borderStroke
public static int iconWidth
public static int iconHeight
Constructor Detail |
---|
public WebCheckBoxStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |