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
IconUIResource(Icon)
- Creates a UIResource border object which wraps
an existing Icon instance.
getIconHeight()
-
getIconWidth()
-
paintIcon(Component, Graphics, int, int)
-
IconUIResource
public IconUIResource(Icon delegate)
- Creates a UIResource border object which wraps
an existing Icon instance.
- Parameters:
- delegate - the border being wrapped
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
getIconWidth
public int getIconWidth()
getIconHeight
public int getIconHeight()
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature