|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.radiobutton.WebRadioButtonStyle
public final class WebRadioButtonStyle
WebRadioButton style class.
Field Summary | |
---|---|
static boolean |
animated
Whether should animate selection changes or not. |
static java.awt.Color |
borderColor
Border color. |
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 java.awt.Insets |
margin
Default checkbox margin. |
static boolean |
rolloverDarkBorderOnly
Whether should display dark border only on rollover or not. |
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 | |
---|---|
WebRadioButtonStyle()
|
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 shadeWidth
public static java.awt.Insets margin
public static boolean animated
public static boolean rolloverDarkBorderOnly
Constructor Detail |
---|
public WebRadioButtonStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |