|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 Graphics2D 的软件包 | |
---|---|
java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 |
java.awt.font | 提供与字体相关的类和接口。 |
java.awt.image | 提供创建和修改图像的各种类。 |
java.awt 中 Graphics2D 的使用 |
---|
返回 Graphics2D 的 java.awt 中的方法 | |
---|---|
Graphics2D |
SplashScreen.createGraphics()
创建闪现屏幕叠加图像的图形上下文( Graphics2D 形式),它允许在闪现屏幕上进行绘制。 |
abstract Graphics2D |
GraphicsEnvironment.createGraphics(BufferedImage img)
返回一个呈现指定 BufferedImage 的 Graphics2D 对象。 |
java.awt.font 中 Graphics2D 的使用 |
---|
参数类型为 Graphics2D 的 java.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.image 中 Graphics2D 的使用 |
---|
返回 Graphics2D 的 java.awt.image 中的方法 | |
---|---|
Graphics2D |
BufferedImage.createGraphics()
创建一个 Graphics2D ,可以将它绘制到此 BufferedImage 中。 |
abstract Graphics2D |
VolatileImage.createGraphics()
创建一个 Graphics2D ,可以将它绘制到此 VolatileImage 中。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。