Public Member Functions | |
ImageComponent () | |
ImageComponent (Icon initialimage) | |
void | paintComponent (Graphics graphics) |
Private Attributes | |
Icon | image |
tit.gui.widget.SplashScreen.ImageComponent.ImageComponent | ( | ) |
Constructs a new ImageComponent
.
tit.gui.widget.SplashScreen.ImageComponent.ImageComponent | ( | Icon | initialimage | ) |
Constructs a new ImageComponent
.
initialimage | The shown image. |
void tit.gui.widget.SplashScreen.ImageComponent.paintComponent | ( | Graphics | graphics | ) |
Paints this component.
graphics | The Graphics -object on which this component is drawn. |
Icon tit.gui.widget.SplashScreen.ImageComponent.image [private] |
The shown image.