Uses of Class
com.alee.extended.label.CustomStyle

Packages that use CustomStyle
com.alee.extended.label   
 

Uses of CustomStyle in com.alee.extended.label
 

Fields in com.alee.extended.label with type parameters of type CustomStyle
protected  java.util.List<CustomStyle> StyleRange.customStyles
          Custom text styles.
 

Methods in com.alee.extended.label that return CustomStyle
protected static CustomStyle[] StyleRange.getCustomStyles(StyleRange styleRange)
          Returns custom styles array.
static CustomStyle CustomStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CustomStyle[] CustomStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.label that return types with arguments of type CustomStyle
 java.util.List<CustomStyle> StyleRange.getCustomStyle()
          Returns custom styles applied to the text.
 

Constructors in com.alee.extended.label with parameters of type CustomStyle
StyleRange(int startIndex, int length, java.awt.Color foreground, java.awt.Color background, CustomStyle... customStyles)
          Constructs new StyleRange with the specified settings
StyleRange(int startIndex, int length, java.awt.Color foreground, CustomStyle... customStyles)
          Constructs new StyleRange with the specified settings
StyleRange(int startIndex, int length, CustomStyle... customStyles)
          Constructs new empty StyleRange.
StyleRange(int startIndex, int length, int style, java.awt.Color foreground, java.awt.Color background, CustomStyle... customStyles)
          Constructs new StyleRange with the specified settings
StyleRange(int startIndex, int length, int style, java.awt.Color foreground, CustomStyle... customStyles)
          Constructs new StyleRange with the specified settings
StyleRange(int startIndex, int length, int style, CustomStyle... customStyles)
          Constructs new StyleRange with the specified settings