com.alee.laf.slider
Class WebSliderStyle

java.lang.Object
  extended by com.alee.laf.slider.WebSliderStyle

public final class WebSliderStyle
extends java.lang.Object

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


Field Summary
static boolean angledThumb
          Should use angled gripper
static boolean animated
          Should animate component
static boolean drawProgress
          Should draw progress inside slider track
static boolean drawThumb
          Should draw slider thumb
static int progressRound
          Progress round
static int progressShadeWidth
          Progress shade width
static boolean rolloverDarkBorderOnly
          Dark component border only on mouseover
static boolean sharpThumbAngle
          Should the angle be sharp
static int thumbAngleLength
          Gripper angle length
static java.awt.Color thumbBgBottom
          Bottom gripper background color
static java.awt.Color thumbBgTop
          Top gripper background color
static int thumbHeight
          Gripper height
static int thumbRound
          Gripper round
static int thumbShadeWidth
          Gripper shade width
static int thumbWidth
          Gripper width
static java.awt.Color trackBgBottom
          Bottom track background color
static java.awt.Color trackBgTop
          Top track background color
static int trackHeight
          Track height
static int trackRound
          Track round
static int trackShadeWidth
          Track shade width
 
Constructor Summary
WebSliderStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trackBgTop

public static java.awt.Color trackBgTop
Top track background color


trackBgBottom

public static java.awt.Color trackBgBottom
Bottom track background color


trackHeight

public static int trackHeight
Track height


trackRound

public static int trackRound
Track round


trackShadeWidth

public static int trackShadeWidth
Track shade width


drawProgress

public static boolean drawProgress
Should draw progress inside slider track


progressRound

public static int progressRound
Progress round


progressShadeWidth

public static int progressShadeWidth
Progress shade width


drawThumb

public static boolean drawThumb
Should draw slider thumb


thumbBgTop

public static java.awt.Color thumbBgTop
Top gripper background color


thumbBgBottom

public static java.awt.Color thumbBgBottom
Bottom gripper background color


thumbWidth

public static int thumbWidth
Gripper width


thumbHeight

public static int thumbHeight
Gripper height


thumbRound

public static int thumbRound
Gripper round


thumbShadeWidth

public static int thumbShadeWidth
Gripper shade width


angledThumb

public static boolean angledThumb
Should use angled gripper


sharpThumbAngle

public static boolean sharpThumbAngle
Should the angle be sharp


thumbAngleLength

public static int thumbAngleLength
Gripper angle length


animated

public static boolean animated
Should animate component


rolloverDarkBorderOnly

public static boolean rolloverDarkBorderOnly
Dark component border only on mouseover

Constructor Detail

WebSliderStyle

public WebSliderStyle()