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 GraphicsDeviceGraphicsEnvironment. getDefaultScreenDevice()返回默认画面GraphicsDevice。abstract GraphicsDeviceGraphicsConfiguration. getDevice()返回GraphicsDevice与此GraphicsConfiguration相关联。GraphicsDevicePointerInfo. getDevice()返回GraphicsDevice其中鼠标指针是在创建这个PointerInfo的时刻。abstract GraphicsDevice[]GraphicsEnvironment. getScreenDevices()返回所有屏幕GraphicsDevice对象的数组。Constructors in java.awt with parameters of type GraphicsDevice Constructor 描述 Robot(GraphicsDevice screen)为给定的屏幕设备创建一个机器人。
-