Package | Description |
---|---|
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
Modifier and Type | Method and Description |
---|---|
Graphics2D |
SplashScreen.createGraphics()
Creates a graphics context (as a
Graphics2D object) for the splash
screen overlay image, which allows you to draw over the splash screen. |
abstract Graphics2D |
GraphicsEnvironment.createGraphics(java.awt.image.BufferedImage img)
Returns a
Graphics2D object for rendering into the
specified BufferedImage . |