Serializable, Iconpublic final class EmptyIcon extends Object implements Icon, Serializable
| Constructor | Description |
|---|---|
EmptyIcon() |
|
EmptyIcon(int width,
int height) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getIconHeight() |
|
int |
getIconWidth() |
|
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
public int getIconHeight()
getIconHeight in interface Iconpublic int getIconWidth()
getIconWidth in interface IconCopyright © 2018. All rights reserved.