Searched refs:IIOParam (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DIIOParamController.java30 * settings of an <code>IIOParam</code> object, either by putting up a
39 * initial values by querying the <code>IIOParam</code> object's
41 * invokes the <code>IIOParam</code> object's <code>set</code> methods
47 * <code>IIOParam</code> object is ready for use in a read or write
51 * <code>IIOParam</code> subclasses they define for a particular
53 * corresponding <code>IIOParam</code> subclasses.
71 * public boolean activate(IIOParam param) {
89 * compute the settings, call the <code>IIOParam.setXXX</code>
92 * @see IIOParam#setController
93 * @see IIOParam#getControlle
[all...]
H A DIIOParam.java49 public abstract class IIOParam { class
111 * used to provide settings for this <code>IIOParam</code>
125 * used to provide settings for this <code>IIOParam</code>
140 protected IIOParam() { method in class:IIOParam
411 * this <code>IIOParam</code>.
452 * <code>IIOParam</code>.
571 * to provide settings for this <code>IIOParam</code>
630 * for this <code>IIOParam</code> object. This will return
648 * this <code>IIOParam</code> object and returns the resulting
650 * for this <code>IIOParam</cod
[all...]
H A DImageReadParam.java82 * factors given in {@link IIOParam#setSourceSubsampling
83 * <code>IIOParam.setSourceSubsampling</code>}. The first pixel,
130 public class ImageReadParam extends IIOParam {
H A DImageWriteParam.java45 * specified by <code>IIOParam.setSourceRegion</code>, if any. If the
51 * specified by {@link IIOParam#setSourceSubsampling
52 * <code>IIOParam.setSourceSubsampling</code>}.
86 public class ImageWriteParam extends IIOParam {

Completed in 34 milliseconds