net.infonode.gui.icon.button
Class RestoreIcon
java.lang.Object
net.infonode.gui.icon.button.AbstractButtonIcon
net.infonode.gui.icon.button.RestoreIcon
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.Icon
public class RestoreIcon
- extends AbstractButtonIcon
- Version:
- $Revision: 1.10 $
- Author:
- $Author: jesper $
- See Also:
- Serialized Form
Method Summary |
protected void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
RestoreIcon
public RestoreIcon()
RestoreIcon
public RestoreIcon(java.awt.Color color)
RestoreIcon
public RestoreIcon(java.awt.Color color,
int size)
RestoreIcon
public RestoreIcon(int size)
paintIcon
protected void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2)
- Overrides:
paintIcon
in class AbstractButtonIcon