stella.jview
Class JTypeHelper.ItemIcon

java.lang.Object
  extended by stella.jview.JTypeHelper.ItemIcon
All Implemented Interfaces:
Icon
Enclosing class:
JTypeHelper

private class JTypeHelper.ItemIcon
extends Object
implements Icon

An icon that draw a separator.


Constructor Summary
private JTypeHelper.ItemIcon()
           
 
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

JTypeHelper.ItemIcon

private JTypeHelper.ItemIcon()
Method Detail

getIconHeight

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

getIconWidth

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

paintIcon

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