Searched defs:SurfaceManager (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSurfaceManager.java47 * The SurfaceManager also maintains an arbitrary "cache" mechanism which
52 public abstract class SurfaceManager { class
55 public abstract SurfaceManager getSurfaceManager(Image img);
56 public abstract void setSurfaceManager(Image img, SurfaceManager mgr);
69 * Returns the SurfaceManager object contained within the given Image.
71 public static SurfaceManager getManager(Image img) {
72 SurfaceManager sMgr = imgaccessor.getSurfaceManager(img);
88 public static void setManager(Image img, SurfaceManager mgr) {
136 * this SurfaceManager. This SurfaceData is used as the destination
262 * An interface for Objects used in the SurfaceManager cach
[all...]

Completed in 38 milliseconds