com.alee.extended.button
Class WebSwitchStyle

java.lang.Object
  extended by com.alee.extended.button.WebSwitchStyle

public final class WebSwitchStyle
extends java.lang.Object

User: mgarin Date: 04.01.13 Time: 17:09


Field Summary
static boolean animate
          Animate component
static int gripperRound
          Decoration rounding
static int round
          Decoration rounding
static int shadeWidth
          Decoration shade width
 
Constructor Summary
WebSwitchStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

round

public static int round
Decoration rounding


gripperRound

public static int gripperRound
Decoration rounding


shadeWidth

public static int shadeWidth
Decoration shade width


animate

public static boolean animate
Animate component

Constructor Detail

WebSwitchStyle

public WebSwitchStyle()