| java.lang.Object java.awt.GraphicsConfiguration java.awt.X11GraphicsConfig
createCompatibleImage | public BufferedImage createCompatibleImage(int width, int height)(Code) | | Returns a BufferedImage with channel layout and color model
compatible with this graphics configuration. This method
has nothing to do with memory-mapping
a device. This BufferedImage has
a layout and color model
that is closest to this native device configuration and thus
can be optimally blitted to this device.
|
getDevice | public GraphicsDevice getDevice()(Code) | | Return the graphics device associated with this configuration.
|
|
|