net.infonode.gui.icon.button
Class DropDownIcon

java.lang.Object
  extended by net.infonode.gui.icon.button.AbstractButtonIcon
      extended by net.infonode.gui.icon.button.ArrowIcon
          extended by 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

Constructor Summary
DropDownIcon(java.awt.Color color, int size, Direction direction)
           
DropDownIcon(int size, Direction direction)
           
 
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 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownIcon

public DropDownIcon(int size,
                    Direction direction)

DropDownIcon

public DropDownIcon(java.awt.Color color,
                    int size,
                    Direction direction)
Method Detail

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