public interface SkinButton extends SkinComponent
Modifier and Type | Method and Description |
---|---|
java.awt.Dimension |
getCheckBoxIconSize()
Gets the CheckBoxIconSize attribute of the SkinButton object
|
java.awt.Dimension |
getRadioButtonIconSize()
Gets the RadioButtonIconSize attribute of the SkinButton object
|
javax.swing.Icon |
getRadioIcon(javax.swing.AbstractButton b)
Gets the RadioIcon attribute of the SkinButton object
|
boolean |
paintButton(java.awt.Graphics g,
javax.swing.AbstractButton b)
Description of the Method
|
installSkin, status, uninstallSkin
java.awt.Dimension getCheckBoxIconSize()
java.awt.Dimension getRadioButtonIconSize()
javax.swing.Icon getRadioIcon(javax.swing.AbstractButton b)
b
- Description of Parameterboolean paintButton(java.awt.Graphics g, javax.swing.AbstractButton b)
g
- Description of Parameterb
- Description of Parameter