com.alee.extended.breadcrumb
Class WebBreadcrumbStyle

java.lang.Object
  extended by com.alee.extended.breadcrumb.WebBreadcrumbStyle

public final class WebBreadcrumbStyle
extends java.lang.Object

User: mgarin Date: 01.03.12 Time: 19:11


Field Summary
static java.awt.Color bgBottom
          Breadcrumb bottom color
static java.awt.Color bgTop
          Breadcrumb top color
static java.awt.Color borderColor
          Breadcrumb element border color
static java.awt.Color disabledBorderColor
          Breadcrumb element border color
static java.awt.Insets elementMargin
          Default breadcrumb element margin
static int elementOverlap
          Breadcrumb element overlap width
static boolean encloseLastElement
          Enclose last breadcrumb element by default
static java.awt.Color selectedBgColor
          Breadcrumb bottom selected color
static ShadeType shadeType
          Decoration shade type
static int shadeWidth
          Breadcrumb element overlap width
 
Constructor Summary
WebBreadcrumbStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementOverlap

public static int elementOverlap
Breadcrumb element overlap width


shadeType

public static ShadeType shadeType
Decoration shade type


shadeWidth

public static int shadeWidth
Breadcrumb element overlap width


borderColor

public static java.awt.Color borderColor
Breadcrumb element border color


disabledBorderColor

public static java.awt.Color disabledBorderColor
Breadcrumb element border color


bgTop

public static java.awt.Color bgTop
Breadcrumb top color


bgBottom

public static java.awt.Color bgBottom
Breadcrumb bottom color


selectedBgColor

public static java.awt.Color selectedBgColor
Breadcrumb bottom selected color


elementMargin

public static java.awt.Insets elementMargin
Default breadcrumb element margin


encloseLastElement

public static boolean encloseLastElement
Enclose last breadcrumb element by default

Constructor Detail

WebBreadcrumbStyle

public WebBreadcrumbStyle()