Package 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DropDownIcon(int size, Direction direction)
DropDownIcon(java.awt.Color color, int size, Direction direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paintIcon(java.awt.Component c, java.awt.Graphics g, int x1, int y1, int x2, int y2)
-
Methods inherited from class net.infonode.gui.icon.button.ArrowIcon
getDirection
-
Methods inherited from class net.infonode.gui.icon.button.AbstractButtonIcon
getIconHeight, getIconWidth, getShadowStrength, isShadowEnabled, paintIcon, paintIcon, setShadowEnabled, setShadowStrength
-
-