com.alee.laf.menu
Class WebMenuBarStyle

java.lang.Object
  extended by com.alee.laf.menu.WebMenuBarStyle

public final class WebMenuBarStyle
extends java.lang.Object

User: mgarin Date: 31.01.12 Time: 16:39


Field Summary
static java.awt.Color borderColor
          Decoration shade width
static MenuBarStyle menuBarStyle
          Decoration shade width
static int round
          Decoration rounding
static int shadeWidth
          Decoration shade width
static boolean undecorated
          Decorate panel with Web-styled background or not
 
Constructor Summary
WebMenuBarStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undecorated

public static boolean undecorated
Decorate panel with Web-styled background or not


round

public static int round
Decoration rounding


shadeWidth

public static int shadeWidth
Decoration shade width


menuBarStyle

public static MenuBarStyle menuBarStyle
Decoration shade width


borderColor

public static java.awt.Color borderColor
Decoration shade width

Constructor Detail

WebMenuBarStyle

public WebMenuBarStyle()