net.infonode.gui.icon.button
Class DropDownIcon
java.lang.Object
net.infonode.gui.icon.button.AbstractButtonIcon
net.infonode.gui.icon.button.ArrowIcon
net.infonode.gui.icon.button.DropDownIcon
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.Icon
public class DropDownIcon
- extends ArrowIcon
- Author:
- johan
- 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 |
DropDownIcon
public DropDownIcon(int size,
Direction direction)
DropDownIcon
public DropDownIcon(java.awt.Color color,
int size,
Direction direction)
paintIcon
protected void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2)
- Overrides:
paintIcon
in class ArrowIcon