Uses of Class java.awt.GraphicsConfiguration

Uses in package javax.print

Methods with parameter type java.awt.GraphicsConfiguration

PrintService
ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes)
Creates a modal graphical printing dialog at the specified location on the screen.

Uses in package javax.swing

Constructors with parameter type java.awt.GraphicsConfiguration

JDialog.JDialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc)
Creates a new JDialog using the given modal settings, title, owner and graphics configuration.
JDialog.JDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc)
Creates a new JDialog using the given modal settings, title, owner and graphics configuration.
Creates a new JFrame in the specified GraphicsConfiguration and with an empty title.
Creates a new JFrame in the specified GraphicsConfiguration and with the specified title.
Creates a new JWindow that uses the specified graphics environment.
Creates a new JWindow for the given graphics configuration and that has the specified owner window.

Uses in package java.awt

Constructors with parameter type java.awt.GraphicsConfiguration

Canvas.Canvas(GraphicsConfiguration graphicsConfiguration)
Initializes a new instance of Canvas with the supplied graphics configuration.
Dialog.Dialog(Dialog parent, 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(Frame parent, String title, boolean modal, GraphicsConfiguration gc)
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Initializes a new instance of Window with the specified parent.

Methods with parameter type java.awt.GraphicsConfiguration

GraphicsConfiguration
Returns the "best" match among the array of possible configurations, given the criteria of this template.
Insets
boolean
Returns true if the given configuration supports all the features required by this template.

Methods with return type java.awt.GraphicsConfiguration

GraphicsConfiguration
Return the best configuration, according to the criteria in the given template.
GraphicsConfiguration
Returns the "best" match among the array of possible configurations, given the criteria of this template.
GraphicsConfiguration[]
Return all configurations valid for this device.
GraphicsConfiguration
Return the default configuration for this device.
GraphicsConfiguration
GraphicsConfiguration
Returns the graphics configuration of this component, if there is one.
GraphicsConfiguration
Get graphics configuration.

Uses in package java.awt.peer

Methods with return type java.awt.GraphicsConfiguration

GraphicsConfiguration
Get the graphics configuration of the component.

Uses in package java.awt.image

Methods with parameter type java.awt.GraphicsConfiguration

int
Validates and restores this image.