com.sshtools.common.ui
Class EmptyIcon

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

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

Version:
$Revision: 1.13 $
Author:
$author$

Constructor Summary
EmptyIcon(int w, int h)
          Creates a new EmptyIcon object.
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(java.awt.Component c, java.awt.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

EmptyIcon

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

Parameters:
w -
h -
Method Detail

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon
Parameters:
c -
g -
x -
y -

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface javax.swing.Icon
Returns:

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface javax.swing.Icon
Returns:


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.