com.alee.laf.label
Class WebLabelStyle

java.lang.Object
  extended by com.alee.laf.label.WebLabelStyle

public final class WebLabelStyle
extends java.lang.Object

WebLabel style class.

Author:
Mikle Garin

Field Summary
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 Summary
WebLabelStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

margin

public static java.awt.Insets margin
Label margin.


painter

public static Painter painter
Label background painter. If set it will override WebLaF styling.


backgroundColor

public static java.awt.Color backgroundColor
Label background color.


drawShade

public static boolean drawShade
Draw shade behind the text.


shadeColor

public static java.awt.Color shadeColor
Default label shade color.


transparency

public static java.lang.Float transparency
Default label transparency.


backgroundPainter

public static Painter backgroundPainter
Default label background painter.

Constructor Detail

WebLabelStyle

public WebLabelStyle()