クラスjava.awt.GraphicsDevice
の使用
-
java.awtでのGraphicsDeviceの使用
修飾子と型メソッド説明abstract GraphicsDevice
GraphicsEnvironment.getDefaultScreenDevice()
デフォルト画面GraphicsDevice
を返します。abstract GraphicsDevice
GraphicsConfiguration.getDevice()
このGraphicsConfiguration
に関連付けられたGraphicsDevice
を返します。PointerInfo.getDevice()
このPointerInfo
が作成された時点でマウス・ポインタが存在したGraphicsDevice
を返します。abstract GraphicsDevice[]
GraphicsEnvironment.getScreenDevices()
すべての画面GraphicsDevice
オブジェクトの配列を返します。