|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.progress.WebStepProgressStyle
public final class WebStepProgressStyle
User: mgarin Date: 21.01.13 Time: 14:22
Field Summary | |
---|---|
static java.awt.Color |
disabledProgressColor
Disabled progress bar color |
static int |
fillPathSize
Inner progress path size |
static int |
labelsPosition
Labels position relative to progress bar |
static java.awt.Insets |
margin
Default progress margin |
static int |
orientation
Progress orientation |
static int |
pathSize
Progress path size |
static java.awt.Color |
progressColor
Progress bar color |
static boolean |
selectionEnabled
Allow steps and progress selection by default |
static int |
selectionMode
Default selection mode |
static int |
shadeWidth
Decoration shade width |
static boolean |
showLabels
Display progress labels |
static int |
spacing
Spacing between progress bar and labels |
static int |
stepControlFillRound
Inner step control round |
static int |
stepControlFillSize
Inner step control size |
static int |
stepControlRound
Step control round |
static int |
stepControlSize
Step control size |
Constructor Summary | |
---|---|
WebStepProgressStyle()
|
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.Insets margin
public static int shadeWidth
public static int stepControlSize
public static int stepControlRound
public static int stepControlFillSize
public static int stepControlFillRound
public static int pathSize
public static int fillPathSize
public static java.awt.Color progressColor
public static java.awt.Color disabledProgressColor
public static boolean showLabels
public static int orientation
public static int labelsPosition
public static int spacing
public static boolean selectionEnabled
public static int selectionMode
Constructor Detail |
---|
public WebStepProgressStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |