public class EmptyIcon extends Object implements Icon, Serializable
Completions have icons and others don't, to visually align the
text of all completions.| Constructor and Description |
|---|
EmptyIcon(int size) |
| Modifier and Type | Method and 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 Icon