Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.GraphicsConfiguration

Uses of GraphicsConfiguration in java.awt
 

Fields in java.awt declared as GraphicsConfiguration
(package private)  GraphicsConfiguration Component.graphicsConfig
          The associated graphics configuration.
private  GraphicsConfiguration Window.graphicsConfiguration
           
(package private)  GraphicsConfiguration Canvas.graphicsConfiguration
          The graphics configuration associated with the canvas.
 

Methods in java.awt that return GraphicsConfiguration
 GraphicsConfiguration Component.getGraphicsConfiguration()
          Returns the graphics configuration of this component, if there is one.
(package private)  GraphicsConfiguration Component.getGraphicsConfigurationImpl()
          Implementation method that allows classes such as Canvas and Window to override the graphics configuration without violating the published API.
(package private)  GraphicsConfiguration Window.getGraphicsConfigurationImpl()
           
 GraphicsConfiguration Window.getGraphicsConfiguration()
          Get graphics configuration.
abstract  GraphicsConfiguration[] GraphicsDevice.getConfigurations()
          Return all configurations valid for this device.
abstract  GraphicsConfiguration GraphicsDevice.getDefaultConfiguration()
          Return the default configuration for this device.
 GraphicsConfiguration GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate template)
          Return the best configuration, according to the criteria in the given template.
(package private)  GraphicsConfiguration Canvas.getGraphicsConfigurationImpl()
           
abstract  GraphicsConfiguration Graphics2D.getDeviceConfiguration()
           
abstract  GraphicsConfiguration GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] array)
          Returns the "best" match among the array of possible configurations, given the criteria of this template.
 

Methods in java.awt with parameters of type GraphicsConfiguration
 Insets Toolkit.getScreenInsets(GraphicsConfiguration gc)
           
abstract  GraphicsConfiguration GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] array)
          Returns the "best" match among the array of possible configurations, given the criteria of this template.
abstract  boolean GraphicsConfigTemplate.isGraphicsConfigSupported(GraphicsConfiguration config)
          Returns true if the given configuration supports all the features required by this template.
 

Constructors in java.awt with parameters of type GraphicsConfiguration
Window(GraphicsConfiguration gc)
           
Window(Window owner, GraphicsConfiguration gc)
          Initializes a new instance of Window with the specified parent.
Frame(GraphicsConfiguration gc)
           
Frame(java.lang.String title, GraphicsConfiguration gc)
           
Canvas(GraphicsConfiguration graphicsConfiguration)
          Initializes a new instance of Canvas with the supplied graphics configuration.
Dialog(Frame parent, java.lang.String title, boolean modal, GraphicsConfiguration gc)
          Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Dialog(Dialog parent, java.lang.String title, boolean modal, GraphicsConfiguration gc)
          Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.