| java.lang.Object java.awt.GraphicsConfiguration sun.awt.qt.QtGraphicsConfiguration
createCompatibleVolatileImage | public VolatileImage createCompatibleVolatileImage(int width, int height)(Code) | | Returns a VolatileImage
compatible with this graphics configuration.
The returned VolatileImage has
a layout and color model that is closest to this native device
and may have data that is stored on
the device (i.e., in a pixmap) and can therefore be rendered to and
blitted from using platform-specific acceleration.
|
|
|