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

/openjdk9/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java88 public BufferedImage createCompatibleImage(int width, int height) { method in class:CloneConfigsTest.TestConfig
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/awt/
H A DCGraphicsConfig.java48 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGraphicsConfig
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java73 public BufferedImage createCompatibleImage(int width, int height) { method in class:CPrinterGraphicsConfig
117 public BufferedImage createCompatibleImage(int width, int height, int transparency) { method in class:CPrinterGraphicsConfig
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java121 public BufferedImage createCompatibleImage(int width, int height) { method in class:BufferedImageGraphicsConfig
/openjdk9/jdk/src/java.desktop/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
H A DRobot.java470 createCompatibleImage(Rectangle screenRect, boolean isHiDPI) { method in class:Robot
/openjdk9/jdk/src/java.desktop/unix/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java186 public BufferedImage createCompatibleImage(int width, int height) { method in class:GLXGraphicsConfig
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java199 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGLGraphicsConfig

Completed in 69 milliseconds