Searched defs:createCompatibleImage (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/test/java/awt/GraphicsDevice/ |
H A D | CloneConfigsTest.java | 87 public BufferedImage createCompatibleImage(int width, int height) { method in class:CloneConfigsTest.TestConfig
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | CPrinterGraphicsConfig.java | 73 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 D | BufferedImageGraphicsConfig.java | 101 public BufferedImage createCompatibleImage(int width, int height) { method in class:BufferedImageGraphicsConfig
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | GraphicsConfiguration.java | 147 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 D | CGraphicsConfig.java | 45 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGraphicsConfig
|
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/ |
H A D | CGLGraphicsConfig.java | 197 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGLGraphicsConfig
|
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/ |
H A D | GLXGraphicsConfig.java | 189 public BufferedImage createCompatibleImage(int width, int height) { method in class:GLXGraphicsConfig
|
Completed in 55 milliseconds