Uses of Class
com.alee.laf.radiobutton.WebRadioButton

Packages that use WebRadioButton
com.alee.laf.radiobutton   
 

Uses of WebRadioButton in com.alee.laf.radiobutton
 

Methods in com.alee.laf.radiobutton that return WebRadioButton
 WebRadioButton WebRadioButton.changeFontSize(int change)
          Changes font size of the specified component.
 WebRadioButton WebRadioButton.setBoldFont()
          Sets bold font for the component.
 WebRadioButton WebRadioButton.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebRadioButton WebRadioButton.setFontName(java.lang.String fontName)
          Sets component font name.
 WebRadioButton WebRadioButton.setFontSize(int fontSize)
          Sets component font size.
 WebRadioButton WebRadioButton.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebRadioButton WebRadioButton.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebRadioButton WebRadioButton.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebRadioButton WebRadioButton.setFontStyle(int style)
          Sets component font style.
 WebRadioButton WebRadioButton.setItalicFont()
          Sets italic or plain font for the component.
 WebRadioButton WebRadioButton.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebRadioButton WebRadioButton.setMinimumHeight(int minimumHeight)
          Sets component minimum height.
 WebRadioButton WebRadioButton.setMinimumWidth(int minimumWidth)
          Sets component minimum width.
 WebRadioButton WebRadioButton.setPlainFont()
          Sets plain font for the component.
 WebRadioButton WebRadioButton.setPlainFont(boolean apply)
          Sets plain font for the component.
 WebRadioButton WebRadioButton.setPreferredHeight(int preferredHeight)
          Sets component preferred height.
 WebRadioButton WebRadioButton.setPreferredWidth(int preferredWidth)
          Sets component preferred width.