public final class WebGradientColorChooserStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
foreground
Default labels foreground
|
static java.awt.Dimension |
gripperSize
Default gripper size
|
static java.awt.Font |
labelsFont
Default labels font
|
static int |
lineWidth
Default chooser line width
|
static java.awt.Insets |
margin
Default chooser margin
|
static boolean |
paintLabels
Should draw labels by default
|
static int |
shadeWidth
Decoration shade width
|
| Constructor and Description |
|---|
WebGradientColorChooserStyle() |
public static int shadeWidth
public static int lineWidth
public static java.awt.Dimension gripperSize
public static java.awt.Insets margin
public static boolean paintLabels
public static java.awt.Font labelsFont
public static java.awt.Color foreground