com.sshtools.common.ui
Class EmptyIcon

java.lang.Object
  extended bycom.sshtools.common.ui.EmptyIcon
All Implemented Interfaces:
javax.swing.Icon

public class EmptyIcon
extends java.lang.Object
implements javax.swing.Icon

DOCUMENT ME!


Constructor Summary
EmptyIcon(int w, int h)
          Creates a new EmptyIcon object.
 
Method Summary
 int getIconHeight()
          DOCUMENT ME!
 int getIconWidth()
          DOCUMENT ME!
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyIcon

public EmptyIcon(int w,
                 int h)
Creates a new EmptyIcon object.

Parameters:
w - DOCUMENT ME!
h - DOCUMENT ME!
Method Detail

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
DOCUMENT ME!

Specified by:
paintIcon in interface javax.swing.Icon
Parameters:
c - DOCUMENT ME!
g - DOCUMENT ME!
x - DOCUMENT ME!
y - DOCUMENT ME!

getIconWidth

public int getIconWidth()
DOCUMENT ME!

Specified by:
getIconWidth in interface javax.swing.Icon
Returns:
DOCUMENT ME!

getIconHeight

public int getIconHeight()
DOCUMENT ME!

Specified by:
getIconHeight in interface javax.swing.Icon
Returns:
DOCUMENT ME!