Constructor and Description |
---|
WeatherIcon() |
WeatherIcon(String description) |
WeatherIcon(WeatherIconFont weatherIconFont) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
int |
getIconHeight() |
int |
getIconWidth() |
int |
getSize() |
WeatherIconFont |
getWeatherIcon() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
void |
setColor(Color color) |
void |
setSize(int size) |
void |
setWeatherIcon(String description) |
void |
setWeatherIcon(WeatherIconFont weatherIconFont) |
public WeatherIcon()
public WeatherIcon(@Nonnull WeatherIconFont weatherIconFont)
@Nonnull public WeatherIconFont getWeatherIcon()
public void setWeatherIcon(@Nonnull WeatherIconFont weatherIconFont)
public int getSize()
public void setSize(int size)
public int getIconHeight()
getIconHeight
in interface Icon
public int getIconWidth()
getIconWidth
in interface Icon