public interface TransformParameter
Modifier and Type | Field and Description |
---|---|
static int |
BINARY_TRANSFORMPARAMETER
Indicates that this object contains binary transform parameter.
|
static int |
HASH_TRANSFORMPARAMETER
Indicatest that this object contains a binary hash of the transform
parameter.
|
static int |
URI_TRANSFORMPARAMETER
Indicates that this object contains a transform parameter given as
a URI.
|
Modifier and Type | Method and Description |
---|---|
int |
getTransformParameterType()
Gets the type of transform parameter contained in this object.
|
String |
getURI()
Gets the transform parameter URI.
|
static final int URI_TRANSFORMPARAMETER
static final int BINARY_TRANSFORMPARAMETER
static final int HASH_TRANSFORMPARAMETER
int getTransformParameterType()
URI_TRANSFORMPARAMETER
, BINARY_TRANSFORMPARAMETER
or HASH_TRANSFORMPARAMETER
.String getURI()
Copyright © 2016. All rights reserved.