com.alee.laf.progressbar
Class WebProgressBarStyle

java.lang.Object
  extended by com.alee.laf.progressbar.WebProgressBarStyle

public final class WebProgressBarStyle
extends java.lang.Object

WebProgressBar style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color bgBottom
          Bottom background gradient color.
static java.awt.Color bgTop
          Top background gradient color.
static java.awt.Color highlightDarkWhite
          Highlight dark color.
static java.awt.Color highlightWhite
          Highlight color.
static java.awt.Color indeterminateBorder
          Indeterminate border color.
static int innerRound
          Inner progress rounding.
static boolean paintIndeterminateBorder
          Whether should paint border for indeterminate state or not.
static int preferredProgressWidth
          Default preferred progress width.
static java.awt.Color progressBottomColor
          Inner progress background bottom gradient color.
static java.awt.Color progressTopColor
          Inner progress background top gradient color.
static int round
          Decoration rounding.
static int shadeWidth
          Decoration shade width.
 
Constructor Summary
WebProgressBarStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bgTop

public static java.awt.Color bgTop
Top background gradient color.


bgBottom

public static java.awt.Color bgBottom
Bottom background gradient color.


progressTopColor

public static java.awt.Color progressTopColor
Inner progress background top gradient color.


progressBottomColor

public static java.awt.Color progressBottomColor
Inner progress background bottom gradient color.


highlightWhite

public static java.awt.Color highlightWhite
Highlight color.


highlightDarkWhite

public static java.awt.Color highlightDarkWhite
Highlight dark color.


indeterminateBorder

public static java.awt.Color indeterminateBorder
Indeterminate border color.


round

public static int round
Decoration rounding.


innerRound

public static int innerRound
Inner progress rounding.


shadeWidth

public static int shadeWidth
Decoration shade width.


paintIndeterminateBorder

public static boolean paintIndeterminateBorder
Whether should paint border for indeterminate state or not.


preferredProgressWidth

public static int preferredProgressWidth
Default preferred progress width.

Constructor Detail

WebProgressBarStyle

public WebProgressBarStyle()