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 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 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 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.
-