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 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

      Icon getRadioIcon(AbstractButton b)
      Gets the RadioIcon attribute of the SkinButton object
      Parameters:
      b - Description of Parameter
      Returns:
      The RadioIcon value
    • paintButton

      boolean paintButton(Graphics g, AbstractButton b)
      Description of the Method
      Parameters:
      g - Description of Parameter
      b - Description of Parameter
      Returns:
      Description of the Returned Value