JSR-209 (Final Release)

Uses of Class
java.awt.Graphics2D

Packages that use Graphics2D
java.awt.font Provides classes and interface relating to fonts. 
java.awt.image Provides classes for creating and modifying images. 
 

Uses of Graphics2D in java.awt.font
 

Methods in java.awt.font with parameters of type Graphics2D
 void ShapeGraphicAttribute.draw(Graphics2D graphics, float x, float y)
          Draws the graphic at the given location.
abstract  void GraphicAttribute.draw(Graphics2D graphics, float x, float y)
          Renders this GraphicAttribute at the specified location.
 void ImageGraphicAttribute.draw(Graphics2D graphics, float x, float y)
          Renders the graphic at the specified location.
 void TextLayout.draw(Graphics2D g2, float x, float y)
          Renders this TextLayout at the specified location in the specified Graphics2D context.
 

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-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.