Constructor and Description |
---|
DevIcon() |
DevIcon(DevIconFont devIconFont) |
DevIcon(String description) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
DevIconFont |
getDevIcon() |
int |
getIconHeight() |
int |
getIconWidth() |
int |
getSize() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
void |
setColor(Color color) |
void |
setDevIcon(DevIconFont devIconFont) |
void |
setDevIcon(String description) |
void |
setSize(int size) |
public DevIcon()
public DevIcon(@Nonnull DevIconFont devIconFont)
@Nonnull public DevIconFont getDevIcon()
public void setDevIcon(@Nonnull DevIconFont devIconFont)
public int getSize()
public void setSize(int size)
public int getIconHeight()
getIconHeight
in interface Icon
public int getIconWidth()
getIconWidth
in interface Icon