Uses of Class
com.alee.extended.breadcrumb.BreadcrumbElementType

Packages that use BreadcrumbElementType
com.alee.extended.breadcrumb   
 

Uses of BreadcrumbElementType in com.alee.extended.breadcrumb
 

Methods in com.alee.extended.breadcrumb that return BreadcrumbElementType
static BreadcrumbElementType BreadcrumbElementType.getType(javax.swing.JComponent element, WebBreadcrumb breadcrumb)
          Returns breadcrumb element type.
static BreadcrumbElementType BreadcrumbElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BreadcrumbElementType[] BreadcrumbElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.breadcrumb with parameters of type BreadcrumbElementType
static java.awt.Shape BreadcrumbUtils.createFillShape(javax.swing.JComponent element, BreadcrumbElementType type, int w, int h, int overlap, int shadeWidth, int round, boolean encloseLast, boolean ltr)
          Returns element fill shape.
static java.awt.Shape BreadcrumbUtils.getFillShape(javax.swing.JComponent element, BreadcrumbElementType type, int w, int h, int overlap, int shadeWidth, int round, boolean encloseLast, boolean ltr)
          Returns cached element fill shape.