Searched refs:JPEGImageReadParam (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/plugins/jpeg/
H A DJPEGImageReadParam.java48 * <code>JPEGImageReadParam</code>, then the stream is presumed to use
54 * <p> The default <code>JPEGImageReadParam</code> returned by the
61 * <code>JPEGImageReadParam</code> are ignored. Furthermore, if the
81 public class JPEGImageReadParam extends ImageReadParam { class in inherits:ImageReadParam
88 * Constructs a <code>JPEGImageReadParam</code>.
90 public JPEGImageReadParam() { method in class:JPEGImageReadParam
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java35 import javax.imageio.plugins.jpeg.JPEGImageReadParam;
986 return new JPEGImageReadParam();
1126 if (param instanceof JPEGImageReadParam) {
1127 JPEGImageReadParam jparam = (JPEGImageReadParam) param;

Completed in 33 milliseconds