com.sshtools.common.ui

Class EmptyIcon

Implemented Interfaces:
Icon

public class EmptyIcon
extends java.lang.Object
implements 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(Component c, Graphics g, int x, int y)

Constructor Details

EmptyIcon

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

Method Details

getIconHeight

public int getIconHeight()
Returns:

getIconWidth

public int getIconWidth()
Returns:

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Parameters:
c -
g -
x -
y -

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