GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
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.
| |
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. |
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. |
Methods with return type java.awt.GraphicsConfiguration | |
GraphicsConfiguration | Get the graphics configuration of the component. |
Methods with parameter type java.awt.GraphicsConfiguration | |
int | Validates and restores this image. |
GNU Classpath (0.95) |