JavaTM 2 Platform
Standard Ed. 6

类 java.awt.GraphicsDevice
的使用

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

java.awtGraphicsDevice 的使用
 

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

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


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only