public final class WebProgressBarStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
WebProgressBarStyle() |
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