public final class PlaceholderIcon extends Object implements Icon
Constructor and Description |
---|
PlaceholderIcon(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight() |
int |
getIconWidth() |
static Icon |
getSmallInstance()
Returns a transparent icon having the smallest standard size.
|
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
public int getIconWidth()
getIconWidth
in interface Icon
public int getIconHeight()
getIconHeight
in interface Icon
public static final Icon getSmallInstance()