Transform for the specified algorithm URI and parameters.
@param algorithm the URI identifying the transform algorithm
@param params algorithm-specific transform parameters (may be null)
@return the Transform
@throws InvalidAlgorithmParameterException if the specified parametersare inappropriate for the requested algorithm
@throws NoSuchAlgorithmException if an implementation of thespecified algorithm cannot be found
@throws NullPointerException if algorithm is null
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |