com.alee.laf.toolbar
Class WebToolBarStyle

java.lang.Object
  extended by com.alee.laf.toolbar.WebToolBarStyle

public final class WebToolBarStyle
extends java.lang.Object

WebToolBar style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color borderColor
          Toolbar border color.
static java.awt.Color bottomBgColor
          Bottom toolbar background color.
static java.awt.Color disabledBorderColor
          Toolbar disabled border color.
static java.awt.Insets margin
          Toolbar margin.
static Painter painter
          Toolbar painter.
static int round
          Toolbar corners rounding.
static int shadeWidth
          Toolbar shade width.
static int spacing
          Spacing between toolbar components.
static ToolbarStyle toolbarStyle
          Toolbar style.
static java.awt.Color topBgColor
          Top toolbar background color.
static boolean undecorated
          Whether should decorate toolbar with web-styled background or not.
 
Constructor Summary
WebToolBarStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topBgColor

public static java.awt.Color topBgColor
Top toolbar background color.


bottomBgColor

public static java.awt.Color bottomBgColor
Bottom toolbar background color.


borderColor

public static java.awt.Color borderColor
Toolbar border color.


disabledBorderColor

public static java.awt.Color disabledBorderColor
Toolbar disabled border color.


undecorated

public static boolean undecorated
Whether should decorate toolbar with web-styled background or not.


round

public static int round
Toolbar corners rounding.


shadeWidth

public static int shadeWidth
Toolbar shade width.


margin

public static java.awt.Insets margin
Toolbar margin.


spacing

public static int spacing
Spacing between toolbar components.


toolbarStyle

public static ToolbarStyle toolbarStyle
Toolbar style.


painter

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

Constructor Detail

WebToolBarStyle

public WebToolBarStyle()