Uses of Class
java.awt.GraphicsConfiguration

Packages that use GraphicsConfiguration
java.awt   
 

Uses of GraphicsConfiguration in java.awt
 

Fields in java.awt declared as GraphicsConfiguration
private  GraphicsConfiguration Canvas.graphicsConfig
           
 

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.
 GraphicsConfiguration GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
          Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
abstract  GraphicsConfiguration Graphics2D.getDeviceConfiguration()
          Returns the device configuration associated with this Graphics2D.
abstract  GraphicsConfiguration GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
          Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
 

Methods in java.awt with parameters of type GraphicsConfiguration
abstract  GraphicsConfiguration GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
          Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
abstract  boolean GraphicsConfigTemplate.isGraphicsConfigSupported(GraphicsConfiguration gc)
          Returns a boolean indicating whether or not the specified GraphicsConfiguration can be used to create a drawing surface that supports the indicated features.
 

Constructors in java.awt with parameters of type GraphicsConfiguration
Canvas.Canvas(GraphicsConfiguration config)
          Constructs a new Canvas given a GraphicsConfiguration object.