com.alee.extended.progress
Class WebStepProgressStyle

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

public final class WebStepProgressStyle
extends java.lang.Object

WebStepProgress style class.

Author:
Mikle Garin
See Also:
How to use WebStepProgress, WebStepProgress

Field Summary
static java.awt.Color disabledProgressColor
          Disabled progress bar color.
static boolean displayLabels
          Whether should display progress labels or not.
static int labelsPosition
          Labels position relative to progress bar.
static java.awt.Insets margin
          Progress sides margin.
static int orientation
          Progress orientation.
static int pathFillWidth
          Inner progress path size.
static int pathWidth
          Progress path size.
static java.awt.Color progressColor
          Progress bar color.
static boolean selectionEnabled
          Whether should allow steps and progress selection or not.
static StepSelectionMode selectionMode
          Selection mode.
static int shadeWidth
          Decoration shade width.
static int spacing
          Spacing between progress bar and labels.
static int stepControlFillRound
          Inner step control round.
static int stepControlFillWidth
          Inner step control size.
static int stepControlRound
          Step control round.
static int stepControlWidth
          Step control size.
static int stepsSpacing
          Minimum spacing between steps.
 
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
Progress sides margin.


shadeWidth

public static int shadeWidth
Decoration shade width.


stepControlWidth

public static int stepControlWidth
Step control size.


stepControlRound

public static int stepControlRound
Step control round.


stepControlFillWidth

public static int stepControlFillWidth
Inner step control size.


stepControlFillRound

public static int stepControlFillRound
Inner step control round.


pathWidth

public static int pathWidth
Progress path size.


pathFillWidth

public static int pathFillWidth
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.


displayLabels

public static boolean displayLabels
Whether should display progress labels or not.


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.


stepsSpacing

public static int stepsSpacing
Minimum spacing between steps.


selectionEnabled

public static boolean selectionEnabled
Whether should allow steps and progress selection or not.


selectionMode

public static StepSelectionMode selectionMode
Selection mode.

Constructor Detail

WebStepProgressStyle

public WebStepProgressStyle()