GNU Classpath (0.20) | |
Frames | No Frames |
Methods with return type java.awt.GraphicsConfiguration | |
GraphicsConfiguration | Get the graphics configuration of the component. |
Constructors with parameter type java.awt.GraphicsConfiguration | |
Initializes a new instance of Canvas
with the supplied graphics configuration.
| |
Initializes a new instance of Dialog with the specified,
parent, title, modality and GraphicsConfiguration ,
that is resizable.
| |
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. |
Constructors with parameter type java.awt.GraphicsConfiguration | |
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
| |
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.
| |
Initializes a new instance of Window with the specified
parent. |
Methods with parameter type java.awt.GraphicsConfiguration | |
int | Validates and restores this image. |
GNU Classpath (0.20) |