| sun.java2d.x11.X11VolatileSurfaceManager
X11VolatileSurfaceManager | public class X11VolatileSurfaceManager extends VolatileSurfaceManager (Code) | | X11 platform implementation of the VolatileSurfaceManager class.
The class attempts to create and use a pixmap-based SurfaceData
object (X11PixmapSurfaceData).
If this object cannot be created or re-created as necessary, the
class falls back to a system memory based SurfaceData object
(BufImgSurfaceData) that will be used until the accelerated
SurfaceData can be restored.
|
X11VolatileSurfaceManager | public X11VolatileSurfaceManager(SunVolatileImage vImg, Object context)(Code) | | |
initAcceleratedSurface | protected SurfaceData initAcceleratedSurface()(Code) | | Create a pixmap-based SurfaceData object
|
isAccelerationEnabled | protected boolean isAccelerationEnabled()(Code) | | |
|
|