com.alee.extended.progress
Class WebStepProgressStyle

java.lang.Object
  extended by com.alee.extended.progress.WebStepProgressStyle

public final class WebStepProgressStyle
extends java.lang.Object

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

margin

public static java.awt.Insets margin
Default progress margin


shadeWidth

public static int shadeWidth
Decoration shade width


stepControlSize

public static int stepControlSize
Step control size


stepControlRound

public static int stepControlRound
Step control round


stepControlFillSize

public static int stepControlFillSize
Inner step control size


stepControlFillRound

public static int stepControlFillRound
Inner step control round


pathSize

public static int pathSize
Progress path size


fillPathSize

public static int fillPathSize
Inner progress path size


progressColor

public static java.awt.Color progressColor
Progress bar color


disabledProgressColor

public static java.awt.Color disabledProgressColor
Disabled progress bar color


showLabels

public static boolean showLabels
Display progress labels


orientation

public static int orientation
Progress orientation


labelsPosition

public static int labelsPosition
Labels position relative to progress bar


spacing

public static int spacing
Spacing between progress bar and labels


selectionEnabled

public static boolean selectionEnabled
Allow steps and progress selection by default


selectionMode

public static int selectionMode
Default selection mode

Constructor Detail

WebStepProgressStyle

public WebStepProgressStyle()