public final class WebLabelStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
backgroundColor
Label background color.
|
static Painter |
backgroundPainter
Default label background painter.
|
static boolean |
drawShade
Draw shade behind the text.
|
static java.awt.Insets |
margin
Label margin.
|
static Painter |
painter
Label background painter.
|
static java.awt.Color |
shadeColor
Default label shade color.
|
static java.lang.Float |
transparency
Default label transparency.
|
| Constructor and Description |
|---|
WebLabelStyle() |
public static java.awt.Insets margin
public static Painter painter
public static java.awt.Color backgroundColor
public static boolean drawShade
public static java.awt.Color shadeColor
public static java.lang.Float transparency
public static Painter backgroundPainter