Uses of Interface javax.imageio.IIOParamController

Uses in package javax.imageio

Fields of type javax.imageio.IIOParamController

IIOParamController
The controller called by this IIOParam to retrieve parameters.
IIOParamController
The default controller called by this IIOParam to retrieve parameters.

Methods with parameter type javax.imageio.IIOParamController

void
Sets the controller for this IIOParam.

Methods with return type javax.imageio.IIOParamController

IIOParamController
Retrieve the currently set controller if one has been set, or the default controller, or null if the controller has been explicitly set to null.
IIOParamController
Retrieve the default controller regardless of whether or not a non-default controller has been set.