com.alee.laf.radiobutton
Class WebRadioButtonStyle

java.lang.Object
  extended by com.alee.laf.radiobutton.WebRadioButtonStyle

public final class WebRadioButtonStyle
extends java.lang.Object

WebRadioButton style class.

Author:
Mikle Garin

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

borderColor

public static java.awt.Color borderColor
Border color.


darkBorderColor

public static java.awt.Color darkBorderColor
Dark border color.


disabledBorderColor

public static java.awt.Color disabledBorderColor
Disabled border color.


topBgColor

public static java.awt.Color topBgColor
Top background gradient color.


bottomBgColor

public static java.awt.Color bottomBgColor
Bottom background gradient color.


topSelectedBgColor

public static java.awt.Color topSelectedBgColor
Top background gradient color on selection.


bottomSelectedBgColor

public static java.awt.Color bottomSelectedBgColor
Bottom background gradient color on selection.


shadeWidth

public static int shadeWidth
Decoration shade width.


margin

public static java.awt.Insets margin
Default checkbox margin.


animated

public static boolean animated
Whether should animate selection changes or not.


rolloverDarkBorderOnly

public static boolean rolloverDarkBorderOnly
Whether should display dark border only on rollover or not.

Constructor Detail

WebRadioButtonStyle

public WebRadioButtonStyle()