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 变量和类型 方法 描述 abstract GraphicsDevice
GraphicsEnvironment. getDefaultScreenDevice()
返回默认屏幕GraphicsDevice
。abstract GraphicsDevice
GraphicsConfiguration. getDevice()
返回与GraphicsConfiguration相关联的GraphicsConfiguration
。GraphicsDevice
PointerInfo. getDevice()
返回GraphicsDevice
当鼠标指针在这个时刻PointerInfo
创建。abstract GraphicsDevice[]
GraphicsEnvironment. getScreenDevices()
返回所有屏幕GraphicsDevice
对象的数组。Constructors in java.awt with parameters of type GraphicsDevice 构造器 描述 Robot(GraphicsDevice screen)
为给定的屏幕设备创建一个Robot。
-