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 GraphicsConfigurationGraphicsDevice. getBestConfiguration(GraphicsConfigTemplate gct)Returns the "best" configuration possible that passes the criteria defined in theGraphicsConfigTemplate.abstract GraphicsConfigurationGraphicsConfigTemplate. getBestConfiguration(GraphicsConfiguration[] gc)Returns the "best" configuration possible that passes the criteria defined in theGraphicsConfigTemplate.abstract GraphicsConfiguration[]GraphicsDevice. getConfigurations()Returns all of theGraphicsConfigurationobjects associated with thisGraphicsDevice.abstract GraphicsConfigurationGraphicsDevice. getDefaultConfiguration()Returns the defaultGraphicsConfigurationassociated with thisGraphicsDevice.abstract GraphicsConfigurationGraphics2D. getDeviceConfiguration()Returns the device configuration associated with thisGraphics2D.GraphicsConfigurationComponent. getGraphicsConfiguration()Gets theGraphicsConfigurationassociated with thisComponent.Methods in java.awt with parameters of type GraphicsConfiguration Modifier and Type Method and Description abstract GraphicsConfigurationGraphicsConfigTemplate. getBestConfiguration(GraphicsConfiguration[] gc)Returns the "best" configuration possible that passes the criteria defined in theGraphicsConfigTemplate.ImageCapabilitiesImage. getCapabilities(GraphicsConfiguration gc)Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.InsetsToolkit. getScreenInsets(GraphicsConfiguration gc)Gets the insets of the screen.abstract booleanGraphicsConfigTemplate. isGraphicsConfigSupported(GraphicsConfiguration gc)Returns abooleanindicating whether or not the specifiedGraphicsConfigurationcan 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 invisibleDialogwith the specified ownerDialog, title, modality andGraphicsConfiguration.Dialog(Frame owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)Constructs an initially invisibleDialogwith the specified ownerFrame, title, modality, andGraphicsConfiguration.Dialog(Window owner, java.lang.String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc)Constructs an initially invisibleDialogwith the specified ownerWindow, title, modality andGraphicsConfiguration.Frame(GraphicsConfiguration gc)Constructs a new, initially invisibleFramewith the specifiedGraphicsConfiguration.Frame(java.lang.String title, GraphicsConfiguration gc)Constructs a new, initially invisibleFrameobject with the specified title and aGraphicsConfiguration.Window(Window owner, GraphicsConfiguration gc)Constructs a new, initially invisible window with the specified ownerWindowand aGraphicsConfigurationof a screen device.
-
