|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graphics2D | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.image | Provides classes for creating and modifying images. |
Uses of Graphics2D in java.awt |
Methods in java.awt that return Graphics2D | |
abstract Graphics2D |
GraphicsEnvironment.createGraphics(BufferedImage img)
Returns a Graphics2D object for rendering into the
specified BufferedImage . |
Uses of Graphics2D in java.awt.image |
Methods in java.awt.image that return Graphics2D | |
Graphics2D |
BufferedImage.createGraphics()
Creates a Graphics2D , which can be used to draw into
this BufferedImage . |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |