Uses of Interface
javax.imageio.IIOParamController
-
Packages that use IIOParamController Package Description javax.imageio The main package of the Java Image I/O API. -
-
Uses of IIOParamController in javax.imageio
Fields in javax.imageio declared as IIOParamController Modifier and Type Field and Description protected IIOParamController
IIOParam. controller
TheIIOParamController
that will be used to provide settings for thisIIOParam
object when theactivateController
method is called.protected IIOParamController
IIOParam. defaultController
The defaultIIOParamController
that will be used to provide settings for thisIIOParam
object when theactivateController
method is called.Methods in javax.imageio that return IIOParamController Modifier and Type Method and Description IIOParamController
IIOParam. getController()
Returns whateverIIOParamController
is currently installed.IIOParamController
IIOParam. getDefaultController()
Returns the defaultIIOParamController
, if there is one, regardless of the currently installed controller.Methods in javax.imageio with parameters of type IIOParamController Modifier and Type Method and Description void
IIOParam. setController(IIOParamController controller)
Sets theIIOParamController
to be used to provide settings for thisIIOParam
object when theactivateController
method is called, overriding any default controller.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.