Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Sample
Document
Uses of Class java.awt.GraphicsConfiguration
Deprecated: ShowHide
View: ClientSubclassPackageImplementation

Uses of Class
java.awt.GraphicsConfiguration

  • Packages that use GraphicsConfiguration 
    Package Description
    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 
      Modifier and Type Method and Description
      GraphicsConfiguration  GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
      Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
      abstract GraphicsConfiguration  GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
      Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
      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.
      Methods in java.awt with parameters of type GraphicsConfiguration 
      Modifier and Type Method and Description
      abstract GraphicsConfiguration  GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
      Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
      ImageCapabilities  Image.getCapabilities(GraphicsConfiguration gc)
      Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.
      Insets  Toolkit.getScreenInsets(GraphicsConfiguration gc)
      Gets the insets of the screen.
      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 
      Constructor and Description
      Canvas(GraphicsConfiguration config)
      Constructs a new Canvas given a GraphicsConfiguration object.
      Dialog(Dialog owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)
      Constructs an initially invisible Dialog with the specified owner Dialog, title, modality and GraphicsConfiguration.
      Dialog(Frame owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)
      Constructs an initially invisible Dialog with the specified owner Frame, title, modality, and GraphicsConfiguration.
      Dialog(Window owner, java.lang.String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc)
      Constructs an initially invisible Dialog with the specified owner Window, title, modality and GraphicsConfiguration.
      Frame(GraphicsConfiguration gc)
      Constructs a new, initially invisible Frame with the specified GraphicsConfiguration.
      Frame(java.lang.String title, GraphicsConfiguration gc)
      Constructs a new, initially invisible Frame object with the specified title and a GraphicsConfiguration.
      Window(Window owner, GraphicsConfiguration gc)
      Constructs a new, initially invisible window with the specified owner Window and a GraphicsConfiguration of a screen device.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge