Uses of Interface
javax.imageio.IIOParamController
Packages that use IIOParamController
-
Uses of IIOParamController in javax.imageio
Fields in javax.imageio declared as IIOParamControllerModifier and TypeFieldDescriptionprotected 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 IIOParamControllerModifier and TypeMethodDescriptionIIOParam.getController()
Returns whateverIIOParamController
is currently installed.IIOParam.getDefaultController()
Returns the defaultIIOParamController
, if there is one, regardless of the currently installed controller.Methods in javax.imageio with parameters of type IIOParamControllerModifier and TypeMethodDescriptionvoid
IIOParam.setController
(IIOParamController controller) Sets theIIOParamController
to be used to provide settings for thisIIOParam
object when theactivateController
method is called, overriding any default controller.