Searched refs:VolatileSurfaceManager (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DMacosxSurfaceManagerFactory.java29 import sun.awt.image.VolatileSurfaceManager;
40 * Creates a new instance of a VolatileSurfaceManager given any
43 * the VolatileSurfaceManager (such as a backbuffer handle, for example).
46 * VolatileSurfaceManager based on the GraphicsConfiguration
49 public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg,
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgVolatileSurfaceManager.java36 * methods of VolatileSurfaceManager to return values that indicate that
40 public class BufImgVolatileSurfaceManager extends VolatileSurfaceManager {
44 * functionality of this class is implemented in VolatileSurfaceManager.
H A DSunVolatileImage.java49 * issues to a platform-specific VolatileSurfaceManager. When a new instance
51 * appropriate VolatileSurfaceManager for the GraphicsConfiguration
58 protected VolatileSurfaceManager volSurfaceManager;
156 protected VolatileSurfaceManager createSurfaceManager(Object context,
H A DVolatileSurfaceManager.java46 * event, the VolatileSurfaceManager will attempt to restore the
50 public abstract class VolatileSurfaceManager class in inherits:SurfaceManager,DisplayChangedListener
95 protected VolatileSurfaceManager(SunVolatileImage vImg, Object context) { method in class:VolatileSurfaceManager
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceManagerFactory.java29 import sun.awt.image.VolatileSurfaceManager;
32 * This factory creates platform specific VolatileSurfaceManager
84 * Creates a new instance of a VolatileSurfaceManager given any
87 * the VolatileSurfaceManager (such as a backbuffer handle, for example).
89 public abstract VolatileSurfaceManager
/openjdk7/jdk/src/solaris/classes/sun/java2d/
H A DUnixSurfaceManagerFactory.java32 import sun.awt.image.VolatileSurfaceManager;
39 * The SurfaceManagerFactory that creates VolatileSurfaceManager
45 * Creates a new instance of a VolatileSurfaceManager given any
48 * the VolatileSurfaceManager (such as a backbuffer handle, for example).
51 * specific VolatileSurfaceManager based on the GraphicsConfiguration
54 public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg,
/openjdk7/jdk/src/windows/classes/sun/java2d/
H A DWindowsSurfaceManagerFactory.java31 import sun.awt.image.VolatileSurfaceManager;
38 * The SurfaceManagerFactory that creates VolatileSurfaceManager
44 * Creates a new instance of a VolatileSurfaceManager given any
47 * the VolatileSurfaceManager (such as a backbuffer handle, for example).
50 * VolatileSurfaceManager.
52 public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg,
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11VolatileSurfaceManager.java34 import sun.awt.image.VolatileSurfaceManager;
38 * X11 platform implementation of the VolatileSurfaceManager class.
46 public class X11VolatileSurfaceManager extends VolatileSurfaceManager {
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRVolatileSurfaceManager.java32 import sun.awt.image.VolatileSurfaceManager;
36 * XRender platform implementation of the VolatileSurfaceManager class.
38 public class XRVolatileSurfaceManager extends VolatileSurfaceManager {
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLVolatileSurfaceManager.java37 import sun.awt.image.VolatileSurfaceManager;
45 public class CGLVolatileSurfaceManager extends VolatileSurfaceManager {
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLVolatileSurfaceManager.java35 import sun.awt.image.VolatileSurfaceManager;
44 extends VolatileSurfaceManager
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXVolatileSurfaceManager.java36 import sun.awt.image.VolatileSurfaceManager;
44 public class GLXVolatileSurfaceManager extends VolatileSurfaceManager {
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DVolatileSurfaceManager.java36 import sun.awt.image.VolatileSurfaceManager;
45 extends VolatileSurfaceManager

Completed in 59 milliseconds