Uses of Class
java.awt.GraphicsDevice
-
Packages that use GraphicsDevice 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of GraphicsDevice in java.awt
Methods in java.awt that return GraphicsDevice Modifier and Type 方法 描述 abstract GraphicsDevice
GraphicsEnvironment. getDefaultScreenDevice()
返回默认画面GraphicsDevice
。abstract GraphicsDevice
GraphicsConfiguration. getDevice()
返回GraphicsDevice
与此GraphicsConfiguration
相关联。GraphicsDevice
PointerInfo. getDevice()
返回GraphicsDevice
其中鼠标指针是在创建这个PointerInfo
的时刻。abstract GraphicsDevice[]
GraphicsEnvironment. getScreenDevices()
返回所有屏幕GraphicsDevice
对象的数组。Constructors in java.awt with parameters of type GraphicsDevice Constructor 描述 Robot(GraphicsDevice screen)
为给定的屏幕设备创建一个机器人。
-