All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.plaf.IconUIResource

java.lang.Object
    |
    +----java.awt.swing.plaf.IconUIResource

public class IconUIResource
extends Object
implements Icon, UIResource, Serializable

Constructor Index

 o IconUIResource(Icon)
Creates a UIResource border object which wraps an existing Icon instance.

Method Index

 o getIconHeight()
 o getIconWidth()
 o paintIcon(Component, Graphics, int, int)

Constructors

 o IconUIResource
public IconUIResource(Icon delegate)
Creates a UIResource border object which wraps an existing Icon instance.

Parameters:
delegate - the border being wrapped

Methods

 o paintIcon
public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
 o getIconWidth
public int getIconWidth()
 o getIconHeight
public int getIconHeight()

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature