JavaTM 2 Platform
Standard Ed. 5.0

类 java.awt.GraphicsDevice
的使用

使用 GraphicsDevice 的软件包
java.awt 包含用于创建用户界面和绘制图形图像的所有类。 
 

java.awtGraphicsDevice 的使用
 

返回 GraphicsDevicejava.awt 中的方法
abstract  GraphicsDevice GraphicsEnvironment.getDefaultScreenDevice()
          返回默认的屏幕 GraphicsDevice
abstract  GraphicsDevice GraphicsConfiguration.getDevice()
          返回与此 GraphicsConfiguration 相关的 GraphicsDevice
 GraphicsDevice PointerInfo.getDevice()
          返回在创建此 PointerInfo 时鼠标指针所在的 GraphicsDevice
abstract  GraphicsDevice[] GraphicsEnvironment.getScreenDevices()
          返回所有屏幕 GraphicsDevice 对象的一个数组。
 

参数类型为 GraphicsDevicejava.awt 中的构造方法
Robot(GraphicsDevice screen)
          为给定屏幕设备创建一个 Robot 。
 


JavaTM 2 Platform
Standard Ed. 5.0

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

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