JIDE 3.5.15

com.jidesoft.icons
Class RolloverIcon.DefaultExpandedIcon

java.lang.Object
  extended by com.jidesoft.icons.RolloverIcon.DefaultExpandedIcon
All Implemented Interfaces:
Icon
Enclosing class:
RolloverIcon

public static class RolloverIcon.DefaultExpandedIcon
extends Object
implements Icon

The default expanded tree icon.


Constructor Summary
RolloverIcon.DefaultExpandedIcon(RolloverIcon.IconRolloverSupport rolloverSupport)
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolloverIcon.DefaultExpandedIcon

public RolloverIcon.DefaultExpandedIcon(RolloverIcon.IconRolloverSupport rolloverSupport)
Method Detail

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface Icon

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface Icon

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface Icon

JIDE 3.5.15