API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. Icon View Source
Author(s)
Since
Version
Serial
Hierarchy
 Icon
Subinterfaces
Description
public interface Icon
  A small fixed size picture, typically used to decorate components.
See also:    ImageIcon
Methods
Hide/Show inherited methods
public int getIconHeight ()
  Returns the icon's height.
public int getIconWidth ()
  Returns the icon's width.
public void paintIcon (Component c, Graphics g, int x, int y)
  Draw the icon at the specified location.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar