true
if this operation/mode is capable of handling the input source(s) and/or parameter(s) specified in the ParameterBlock
, or false
otherwise, in which case an explanatory message may be appended to the StringBuffer
. This method is the standard place where input arguments are validated against this operation's specification for the specified mode. It is called by JAI.create()
as a part of its validation process. Thus it is strongly recommended that the application programs use the JAI.create()
methods to instantiate all the rendered operations.
This method sets all the undefined parameters in the ParameterBlock
to their default values, if the default values are specified.
Note that DeferredData
parameters will not be recognized as valid unless the parameter is defined to have class DeferredData.class
.
@param modeName the operation mode name
@param args Input arguments, including source(s) and/or parameter(s).
@param msg A string that may contain error messages.
@throws IllegalArgumentException if modeName is null
@since JAI 1.1
true
if this operation/mode is capable of handling the input source(s) and/or parameter(s) specified in the ParameterBlock
, or false
otherwise, in which case an explanatory message may be appended to the StringBuffer
. This method is the standard place where input arguments are validated against this operation's specification for the specified mode. It is called by JAI.create()
as a part of its validation process. Thus it is strongly recommended that the application programs use the JAI.create()
methods to instantiate all the rendered operations.
This method sets all the undefined parameters in the ParameterBlock
to their default values, if the default values are specified.
Note that DeferredData
parameters will not be recognized as valid unless the parameter is defined to have class DeferredData.class
.
@param modeName the operation mode name
@param args Input arguments, including source(s) and/or parameter(s).
@param msg A string that may contain error messages.
@throws IllegalArgumentException if modeName is null
@since JAI 1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|