com.alee.laf.separator
Class WebSeparatorStyle

java.lang.Object
  extended by com.alee.laf.separator.WebSeparatorStyle

public final class WebSeparatorStyle
extends java.lang.Object

WebSeparator style class.

Author:
Mikle Garin

Field Summary
static boolean drawLeadingLine
          Whether should draw additional leading light line or not.
static boolean drawTrailingLine
          Whether should draw additional trailing light line or not.
static java.awt.Insets margin
          Default separator margin.
static boolean reversedColors
          Whether should use reversed colors or not.
static java.awt.Color separatorColor
          Middle separator line color.
static java.awt.Color separatorLightColor
          Light middle separator line color.
static java.awt.Color separatorLightUpperColor
          Light upper separator line color.
static java.awt.Color separatorUpperColor
          Upper separator line color.
 
Constructor Summary
WebSeparatorStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

separatorLightUpperColor

public static java.awt.Color separatorLightUpperColor
Light upper separator line color.


separatorLightColor

public static java.awt.Color separatorLightColor
Light middle separator line color.


separatorUpperColor

public static java.awt.Color separatorUpperColor
Upper separator line color.


separatorColor

public static java.awt.Color separatorColor
Middle separator line color.


reversedColors

public static boolean reversedColors
Whether should use reversed colors or not.


drawLeadingLine

public static boolean drawLeadingLine
Whether should draw additional leading light line or not.


drawTrailingLine

public static boolean drawTrailingLine
Whether should draw additional trailing light line or not.


margin

public static java.awt.Insets margin
Default separator margin.

Constructor Detail

WebSeparatorStyle

public WebSeparatorStyle()