|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.slider.WebSliderStyle
public final class WebSliderStyle
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 |
---|
public static java.awt.Color trackBgTop
public static java.awt.Color trackBgBottom
public static int trackHeight
public static int trackRound
public static int trackShadeWidth
public static boolean drawProgress
public static int progressRound
public static int progressShadeWidth
public static boolean drawThumb
public static java.awt.Color thumbBgTop
public static java.awt.Color thumbBgBottom
public static int thumbWidth
public static int thumbHeight
public static int thumbRound
public static int thumbShadeWidth
public static boolean angledThumb
public static boolean sharpThumbAngle
public static int thumbAngleLength
public static boolean animated
public static boolean rolloverDarkBorderOnly
Constructor Detail |
---|
public WebSliderStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |