-
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 .
|
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.