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

/openjdk7/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java87 public BufferedImage createCompatibleImage(int width, int height) { method in class:CloneConfigsTest.TestConfig
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java73 public BufferedImage createCompatibleImage(int width, int height) { method in class:CPrinterGraphicsConfig
74 return createCompatibleImage(width, height, Transparency.OPAQUE);
117 public BufferedImage createCompatibleImage(int width, int height, int transparency) { method in class:CPrinterGraphicsConfig
159 * created by <code>createCompatibleImage</code>,
189 * <code>createCompatibleImage</code>, this
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java101 public BufferedImage createCompatibleImage(int width, int height) { method in class:BufferedImageGraphicsConfig
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsConfiguration.java147 public BufferedImage createCompatibleImage(int width, int height) { method in class:GraphicsConfiguration
174 public BufferedImage createCompatibleImage(int width, int height, method in class:GraphicsConfiguration
178 return createCompatibleImage(width, height);
355 * created by <code>createCompatibleImage</code>,
383 * <code>createCompatibleImage</code>, this
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java45 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGraphicsConfig
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java197 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGLGraphicsConfig
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java189 public BufferedImage createCompatibleImage(int width, int height) { method in class:GLXGraphicsConfig

Completed in 55 milliseconds