Uses of Class
java.awt.Graphics2D

Packages that use Graphics2D
java.awt   
 

Uses of Graphics2D in java.awt
 

Methods in java.awt that return Graphics2D
abstract  Graphics2D GraphicsEnvironment.createGraphics(java.awt.image.BufferedImage img)
          Returns a Graphics2D object for rendering into the specified BufferedImage.