JHotDraw 7.3.1

org.jhotdraw.gui
Class EmptyIcon

java.lang.Object
  extended by org.jhotdraw.gui.EmptyIcon
All Implemented Interfaces:
javax.swing.Icon

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

EmptyIcon.

Author:
Werner Randelshofer  @version $Id: EmptyIcon.java 527 2009-06-07 14:28:19Z rawcoder $

Constructor Summary
EmptyIcon(int width, int height)
           
 
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 width,
                 int height)
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

getIconWidth

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

getIconHeight

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

Copyright 1996-2009 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.