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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSunVolatileImage.java50 * of SunVolatileImage is created, it automatically creates an
52 * under which this SunVolatileImage was created.
54 public class SunVolatileImage extends VolatileImage class in inherits:VolatileImage,DestSurfaceProvider
65 protected SunVolatileImage(Component comp, method in class:SunVolatileImage
93 private SunVolatileImage(Component comp, method in class:SunVolatileImage
102 public SunVolatileImage(Component comp, int width, int height) { method in class:SunVolatileImage
106 public SunVolatileImage(Component comp, method in class:SunVolatileImage
113 public SunVolatileImage(GraphicsConfiguration graphicsConfig, method in class:SunVolatileImage

Completed in 30 milliseconds