Version: 1.1.1

ca.ucalgary.seahawk.util
Class NullIcon

java.lang.Object
  extended by ca.ucalgary.seahawk.util.NullIcon
All Implemented Interfaces:
Icon

public class NullIcon
extends Object
implements Icon

An empty icon that prints nothing (used for new tabs with no contents)


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

Constructor Detail

NullIcon

public NullIcon()
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

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010