com.alee.laf.spinner
Class WebSpinnerStyle

java.lang.Object
  extended by com.alee.laf.spinner.WebSpinnerStyle

public final class WebSpinnerStyle
extends java.lang.Object

User: mgarin Date: 11/15/11 Time: 1:41 PM


Field Summary
static boolean drawBorder
          Draw spinner border
static boolean drawFocus
          Draw spinner focus.
static int round
          Decoration rounding
static int shadeWidth
          Decoration shade width
 
Constructor Summary
WebSpinnerStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawBorder

public static boolean drawBorder
Draw spinner border


drawFocus

public static boolean drawFocus
Draw spinner focus.


round

public static int round
Decoration rounding


shadeWidth

public static int shadeWidth
Decoration shade width

Constructor Detail

WebSpinnerStyle

public WebSpinnerStyle()