Uses of Interface
javax.imageio.IIOParamController
Packages that use IIOParamController
-
Uses of IIOParamController in javax.imageio
Fields in javax.imageio declared as IIOParamController修饰符和类Field描述protected IIOParamControllerIIOParam.controllerTheIIOParamControllerthat will be used to provide settings for thisIIOParamobject when theactivateControllermethod is called.protected IIOParamControllerIIOParam.defaultControllerThe defaultIIOParamControllerthat will be used to provide settings for thisIIOParamobject when theactivateControllermethod is called.Methods in javax.imageio that return IIOParamController修饰符和类方法描述IIOParam.getController()Returns whateverIIOParamControlleris 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 IIOParamController修饰符和类方法描述voidIIOParam.setController(IIOParamController controller) Sets theIIOParamControllerto be used to provide settings for thisIIOParamobject when theactivateControllermethod is called, overriding any default controller.