net.infonode.gui.icon.button
public abstract class AbstractButtonIcon extends Object implements Icon, Serializable
Constructor Summary | |
---|---|
AbstractButtonIcon() | |
AbstractButtonIcon(Color color) | |
AbstractButtonIcon(Color color, int size) | |
AbstractButtonIcon(int size) | |
AbstractButtonIcon(int size, boolean enabled) |
Method Summary | |
---|---|
int | getIconHeight() |
int | getIconWidth() |
float | getShadowStrength() |
boolean | isShadowEnabled() |
void | paintIcon(Component c, Graphics g, int x, int y) |
protected void | paintIcon(Component c, Graphics g, int x1, int y1, int x2, int y2, boolean isShadow) |
protected void | paintIcon(Component c, Graphics g, int x1, int y1, int x2, int y2) |
void | setShadowEnabled(boolean shadowEnabled) |
void | setShadowStrength(float shadowStrength) |