| java.lang.Object sun.java2d.SurfaceManagerFactory
SurfaceManagerFactory | public class SurfaceManagerFactory (Code) | | This is a factory class with static methods for creating a
platform-specific instance of a particular SurfaceManager. Each platform
(Windows, Unix, etc.) has its own specialized SurfaceManagerFactory.
|
Method Summary | |
public static VolatileSurfaceManager | createVolatileManager(SunVolatileImage vImg, Object context) Creates a new instance of a VolatileSurfaceManager given any
arbitrary SunVolatileImage. |
createVolatileManager | public static VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context)(Code) | | Creates a new instance of a VolatileSurfaceManager given any
arbitrary SunVolatileImage. An optional context Object can be supplied
as a way for the caller to pass pipeline-specific context data to
the VolatileSurfaceManager (such as a backbuffer handle, for example).
For Windows platforms, this method returns a Windows-specific
VolatileSurfaceManager.
|
|
|