public final class WebRadioButtonStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
WebRadioButtonStyle() |
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