JSR-62 (Final)

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 Graphics2D.getDeviceConfiguration()
          Returns the device configuration associated with this Graphics2D.
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 Window.getGraphicsConfiguration()
          This method returns the GraphicsConfiguration used by this Window.
 GraphicsConfiguration Component.getGraphicsConfiguration()
          Get the GraphicsConfiguration associated with this Component.
 

Constructors in java.awt with parameters of type GraphicsConfiguration
Window(Window owner, GraphicsConfiguration gc)
          Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device.
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.
Canvas(GraphicsConfiguration config)
          Constructs a new Canvas given a GraphicsConfiguration object.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.