HomeSort by relevance Sort by last modified time
    Searched refs:IIOParam (Results 1 - 4 of 4) sorted by null

  /frameworks/base/awt/javax/imageio/
IIOParamController.java 41 * the IIOParam.
42 * @return true, if the IIOParam has been modified, false otherwise.
44 boolean activate(IIOParam param);
ImageReadParam.java 38 public class ImageReadParam extends IIOParam {
IIOParam.java 27 * The IIOParam abstract class is superclass for ImageReadParam and
32 public abstract class IIOParam {
85 * Instantiates a new IIOParam.
87 protected IIOParam() {
290 * Sets the IIOParamController to this IIOParam object for providing
291 * settings to this IIOParam.
302 * Gets the current IIOParamController controller for this IIOParam.
304 * @return the current IIOParamController controller for this IIOParam.
312 * Gets the default IIOParamController controller for this IIOParam.
314 * @return the default IIOParamController controller for this IIOParam, o
    [all...]
ImageWriteParam.java 33 public class ImageWriteParam extends IIOParam {

Completed in 8641 milliseconds