Uses of Class
com.alee.laf.text.WebTextPane

Packages that use WebTextPane
com.alee.laf.text   
 

Uses of WebTextPane in com.alee.laf.text
 

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