Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.GraphicsDevice

Uses of GraphicsDevice in java.awt
 

Methods in java.awt that return GraphicsDevice
abstract  GraphicsDevice[] GraphicsEnvironment.getScreenDevices()
          Get an array of all the GraphicsDevice objects.
abstract  GraphicsDevice GraphicsEnvironment.getDefaultScreenDevice()
          Get the default screen GraphicsDevice object.
abstract  GraphicsDevice GraphicsConfiguration.getDevice()
          Gets the associated device that this configuration describes.
 

Constructors in java.awt with parameters of type GraphicsDevice
Robot(GraphicsDevice screen)
          Construct a Robot object that operates on the specified screen.