Constructor and Description |
---|
TypIcon() |
TypIcon(String description) |
TypIcon(TypIconFont typIconFont) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
int |
getIconHeight() |
int |
getIconWidth() |
int |
getSize() |
TypIconFont |
getTypIcon() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
void |
setColor(Color color) |
void |
setSize(int size) |
void |
setTypIcon(String description) |
void |
setTypIcon(TypIconFont typIconFont) |
public TypIcon()
public TypIcon(@Nonnull TypIconFont typIconFont)
@Nonnull public TypIconFont getTypIcon()
public void setTypIcon(@Nonnull TypIconFont typIconFont)
public int getSize()
public void setSize(int size)
public int getIconHeight()
getIconHeight
in interface Icon
public int getIconWidth()
getIconWidth
in interface Icon