JavaTM Platform
Standard Ed. 6

类 java.awt.Graphics2D
的使用

使用 Graphics2D 的软件包
java.awt 包含用于创建用户界面和绘制图形图像的所有类。 
java.awt.font 提供与字体相关的类和接口。 
java.awt.image 提供创建和修改图像的各种类。 
 

java.awtGraphics2D 的使用
 

返回 Graphics2Djava.awt 中的方法
 Graphics2D SplashScreen.createGraphics()
          创建闪现屏幕叠加图像的图形上下文(Graphics2D 形式),它允许在闪现屏幕上进行绘制。
abstract  Graphics2D GraphicsEnvironment.createGraphics(BufferedImage img)
          返回一个呈现指定 BufferedImageGraphics2D 对象。
 

java.awt.fontGraphics2D 的使用
 

参数类型为 Graphics2Djava.awt.font 中的方法
abstract  void GraphicAttribute.draw(Graphics2D graphics, float x, float y)
          在指定的位置呈现此 GraphicAttribute
 void ImageGraphicAttribute.draw(Graphics2D graphics, float x, float y)
          在指定的位置呈现此 GraphicAttribute
 void ShapeGraphicAttribute.draw(Graphics2D graphics, float x, float y)
          在指定的位置呈现此 GraphicAttribute
 void TextLayout.draw(Graphics2D g2, float x, float y)
          在指定的 Graphics2D 上下文中的指定位置上呈现此 TextLayout
 

java.awt.imageGraphics2D 的使用
 

返回 Graphics2Djava.awt.image 中的方法
 Graphics2D BufferedImage.createGraphics()
          创建一个 Graphics2D,可以将它绘制到此 BufferedImage 中。
abstract  Graphics2D VolatileImage.createGraphics()
          创建一个 Graphics2D,可以将它绘制到此 VolatileImage 中。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策