Package com.l2fprod.gui.plaf.skin
Interface SkinButton
-
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinButton
public interface SkinButton extends SkinComponent
Skin Button.
Include support for buttons, toggle buttons and radio.- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
- Author:
- $Author: l2fprod $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Dimension
getCheckBoxIconSize()
Gets the CheckBoxIconSize attribute of the SkinButton objectjava.awt.Dimension
getRadioButtonIconSize()
Gets the RadioButtonIconSize attribute of the SkinButton objectjavax.swing.Icon
getRadioIcon(javax.swing.AbstractButton b)
Gets the RadioIcon attribute of the SkinButton objectboolean
paintButton(java.awt.Graphics g, javax.swing.AbstractButton b)
Description of the Method-
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
-
-
-
Method Detail
-
getCheckBoxIconSize
java.awt.Dimension getCheckBoxIconSize()
Gets the CheckBoxIconSize attribute of the SkinButton object- Returns:
- The CheckBoxIconSize value
-
getRadioButtonIconSize
java.awt.Dimension getRadioButtonIconSize()
Gets the RadioButtonIconSize attribute of the SkinButton object- Returns:
- The RadioButtonIconSize value
-
getRadioIcon
javax.swing.Icon getRadioIcon(javax.swing.AbstractButton b)
Gets the RadioIcon attribute of the SkinButton object- Parameters:
b
- Description of Parameter- Returns:
- The RadioIcon value
-
paintButton
boolean paintButton(java.awt.Graphics g, javax.swing.AbstractButton b)
Description of the Method- Parameters:
g
- Description of Parameterb
- Description of Parameter- Returns:
- Description of the Returned Value
-
-