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

/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DPngOutputTypeTest.java30 * @run main PngOutputTypeTest
51 public class PngOutputTypeTest { class
55 new PngOutputTypeTest(BufferedImage.TYPE_INT_RGB).doTest();
57 new PngOutputTypeTest(BufferedImage.TYPE_INT_ARGB).doTest();
65 public PngOutputTypeTest(int type) throws IOException { method in class:PngOutputTypeTest
69 public PngOutputTypeTest(File f) throws IOException { method in class:PngOutputTypeTest
73 public PngOutputTypeTest(ImageInputStream iis) throws IOException { method in class:PngOutputTypeTest

Completed in 22 milliseconds