API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf. IconUIResource View Source
Author(s)
Amy Fowler
Since
Version
1.16 04/07/06
Serial
Hierarchy
 Object
      IconUIResource
Implements
 Icon
 UIResource
 Serializable
Subclasses
Description
public class IconUIResource
  An Icon wrapper class which implements UIResource.
See also:    UIResource
Constructors
public IconUIResource (Icon delegate)
  Creates a UIResource icon object which wraps an existing Icon instance.
Methods
Hide/Show inherited methods
public int getIconHeight () [Specified in Icon]
public int getIconWidth () [Specified in Icon]
public void paintIcon (Component c, Graphics g, int x, int y) [Specified in Icon]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar