net.infonode.gui.icon.button
Class WindowIcon
java.lang.Object
net.infonode.gui.icon.button.AbstractButtonIcon
net.infonode.gui.icon.button.WindowIcon
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.Icon
public class WindowIcon
- extends AbstractButtonIcon
- Version:
- $Revision: 1.4 $
- 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,
boolean isShadow)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowIcon
public WindowIcon()
WindowIcon
public WindowIcon(java.awt.Color color)
WindowIcon
public WindowIcon(java.awt.Color color,
int size)
WindowIcon
public WindowIcon(int size)
paintIcon
protected void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2,
boolean isShadow)
- Overrides:
paintIcon
in class AbstractButtonIcon