Java Platform 1.2
Beta 4

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.  
 

Uses of GraphicsConfiguration in java.awt
 

Methods in java.awt that return GraphicsConfiguration
abstract  GraphicsConfiguration[] GraphicsDevice.getConfigurations()
          Returns all of the graphics configurations associated with this graphics device.
abstract  GraphicsConfiguration GraphicsDevice.getDefaultConfiguration()
          Returns the default graphics configuration associated with this graphics device.
 GraphicsConfiguration GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
          Returns the "best" configuration possible that passes the criteria defined in the GraphicsTemplate.
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 given GraphicsConfiguration can be used to create a drawing surface that can be rendered to.
 

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


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.