Package com.l2fprod.gui.plaf.skin
Interface SkinButton
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinButton
Skin Button.
Include support for buttons, toggle buttons and radio.
Include support for buttons, toggle buttons and radio.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptionGets the CheckBoxIconSize attribute of the SkinButton objectGets the RadioButtonIconSize attribute of the SkinButton objectGets the RadioIcon attribute of the SkinButton objectboolean
Description of the MethodMethods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
Method Details
-
getCheckBoxIconSize
Dimension getCheckBoxIconSize()Gets the CheckBoxIconSize attribute of the SkinButton object- Returns:
- The CheckBoxIconSize value
-
getRadioButtonIconSize
Dimension getRadioButtonIconSize()Gets the RadioButtonIconSize attribute of the SkinButton object- Returns:
- The RadioButtonIconSize value
-
getRadioIcon
Gets the RadioIcon attribute of the SkinButton object- Parameters:
b
- Description of Parameter- Returns:
- The RadioIcon value
-
paintButton
Description of the Method- Parameters:
g
- Description of Parameterb
- Description of Parameter- Returns:
- Description of the Returned Value
-