public interface IconAWT
extends javax.swing.Icon
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight() |
int |
getIconWidth() |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Draws the icon at the specified location.
|
void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
paintIcon in interface javax.swing.Iconint getIconWidth()
getIconWidth in interface javax.swing.Iconint getIconHeight()
getIconHeight in interface javax.swing.Icon