|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.progressbar.WebProgressBarStyle
public final class WebProgressBarStyle
WebProgressBar style class.
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 |
---|
public static java.awt.Color bgTop
public static java.awt.Color bgBottom
public static java.awt.Color progressTopColor
public static java.awt.Color progressBottomColor
public static java.awt.Color highlightWhite
public static java.awt.Color highlightDarkWhite
public static java.awt.Color indeterminateBorder
public static int round
public static int innerRound
public static int shadeWidth
public static boolean paintIndeterminateBorder
public static int preferredProgressWidth
Constructor Detail |
---|
public WebProgressBarStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |