Lines Matching refs:param

247      * @param useCache a <code>boolean</code> indicating whether a
276 * @param cacheDirectory a <code>File</code> specifying a directory.
323 * @param input an <code>Object</code> to be used as an input
384 * @param output an <code>Object</code> to be used as an output
629 * @param input an <code>ImageInputStream</code> or other
688 * @param formatName a <code>String</code> containing the informal
723 * @param fileSuffix a <code>String</code> containing a file
758 * @param MIMEType a <code>String</code> containing a file
871 * @param formatName a <code>String</code> containing the informal
906 * @param fileSuffix a <code>String</code> containing a file
940 * @param MIMEType a <code>String</code> containing a file
988 * @param reader an instance of a registered <code>ImageReader</code>.
1068 * @param writer an instance of a registered <code>ImageWriter</code>.
1142 * @param type an <code>ImageTypeSpecifier</code> indicating the
1144 * @param formatName the informal name of the <code>format</code>.
1229 * @param reader an <code>ImageReader</code>.
1230 * @param writer an <code>ImageWriter</code>.
1287 * @param input a <code>File</code> to read from.
1337 * @param input an <code>InputStream</code> to read from.
1377 * @param input a <code>URL</code> to read from.
1423 * @param stream an <code>ImageInputStream</code> to read from.
1444 ImageReadParam param = reader.getDefaultReadParam();
1448 bi = reader.read(0, param);
1468 * @param im a <code>RenderedImage</code> to be written.
1469 * @param formatName a <code>String</code> containg the informal
1471 * @param output an <code>ImageOutputStream</code> to be written to.
1501 * @param im a <code>RenderedImage</code> to be written.
1502 * @param formatName a <code>String</code> containg the informal
1504 * @param output a <code>File</code> to be written to.
1553 * @param im a <code>RenderedImage</code> to be written.
1554 * @param formatName a <code>String</code> containg the informal
1556 * @param output an <code>OutputStream</code> to be written to.