Uses of Class
java.awt.GraphicsConfiguration

Packages that use GraphicsConfiguration
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.image Provides classes for creating and modifying images. 
 

Uses of GraphicsConfiguration in java.awt
 

Methods in java.awt that return GraphicsConfiguration
abstract  GraphicsConfiguration[] GraphicsDevice.getConfigurations()
          Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
abstract  GraphicsConfiguration GraphicsDevice.getDefaultConfiguration()
          Returns the default GraphicsConfiguration associated with this GraphicsDevice.
abstract  GraphicsConfiguration Graphics2D.getDeviceConfiguration()
          Returns the device configuration associated with this Graphics2D.
 GraphicsConfiguration Component.getGraphicsConfiguration()
          Gets the GraphicsConfiguration associated with this Component.
 GraphicsConfiguration Window.getGraphicsConfiguration()
          This method returns the GraphicsConfiguration used by this Window.
 

Methods in java.awt with parameters of type GraphicsConfiguration
 Insets Toolkit.getScreenInsets(GraphicsConfiguration gc)
          Gets the insets of the screen.
 

Constructors in java.awt with parameters of type GraphicsConfiguration
Frame(GraphicsConfiguration gc)
          Create a Frame with the specified GraphicsConfiguration of a screen device.
Frame(String title, GraphicsConfiguration gc)
          Constructs a new, initially invisible Frame object with the specified title and a GraphicsConfiguration.
 

Uses of GraphicsConfiguration in java.awt.image
 

Methods in java.awt.image with parameters of type GraphicsConfiguration
abstract  int VolatileImage.validate(GraphicsConfiguration gc)
          Attempts to restore the drawing surface of the image if the surface had been lost since the last validate call.