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

Packages that use WebMultiLineLabel
com.alee.extended.label   
 

Uses of WebMultiLineLabel in com.alee.extended.label
 

Methods in com.alee.extended.label that return WebMultiLineLabel
 WebMultiLineLabel WebMultiLineLabel.changeFontSize(int change)
          Changes font size of the specified component.
 WebMultiLineLabel WebMultiLineLabel.setBoldFont()
          Sets bold font for the component.
 WebMultiLineLabel WebMultiLineLabel.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebMultiLineLabel WebMultiLineLabel.setFontName(java.lang.String fontName)
          Sets component font name.
 WebMultiLineLabel WebMultiLineLabel.setFontSize(int fontSize)
          Sets component font size.
 WebMultiLineLabel WebMultiLineLabel.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebMultiLineLabel WebMultiLineLabel.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebMultiLineLabel WebMultiLineLabel.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebMultiLineLabel WebMultiLineLabel.setFontStyle(int style)
          Sets component font style.
 WebMultiLineLabel WebMultiLineLabel.setItalicFont()
          Sets italic or plain font for the component.
 WebMultiLineLabel WebMultiLineLabel.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebMultiLineLabel WebMultiLineLabel.setPlainFont()
          Sets plain font for the component.
 WebMultiLineLabel WebMultiLineLabel.setPlainFont(boolean apply)
          Sets plain font for the component.