public static class Gui.StringIcon extends Object implements Icon
Constructor and Description |
---|
StringIcon(String s0)
Evident
|
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight() |
int |
getIconWidth() |
void |
paintIcon(Component c,
Graphics g0,
int x,
int y)
Evident.
|
public StringIcon(String s0)
public int getIconWidth()
getIconWidth
in interface Icon
public int getIconHeight()
getIconHeight
in interface Icon
see also the complete user documentation .