所有类


类 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 。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部