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 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 Parameter
        b - Description of Parameter
        Returns:
        Description of the Returned Value