public class FragmentConcealingContext extends Object implements ImageTransformationContext
| Constructor and Description |
|---|
FragmentConcealingContext(ImageTransformationContext delegateContext,
int endFragmentsToConceal) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransformer(ImageTransformer transformer)
Add a transformer to the transformer chain.
|
String |
getSourceImageUri()
Return the source image URI.
|
List<ImageTransformer> |
getTransformers()
Return the transformers needed to transform the source image.
|
List<String> |
getUndigestedUriFragments()
Returns an unmodifiable list of the uri fragments that have yet to be parsed.
|
void |
removeUndigestedUriFragments(int total)
Removes the specified number of fragments from the beginning of undigested uri list.
|
void |
setSourceImageUri(String sourceImageUri)
Set the source image URI.
|
public FragmentConcealingContext(ImageTransformationContext delegateContext, int endFragmentsToConceal)
public String getSourceImageUri()
ImageTransformationContextgetSourceImageUri in interface ImageTransformationContextpublic void setSourceImageUri(String sourceImageUri)
ImageTransformationContextsetSourceImageUri in interface ImageTransformationContextsourceImageUri - the source image URIpublic List<ImageTransformer> getTransformers()
ImageTransformationContextgetTransformers in interface ImageTransformationContextpublic void addTransformer(ImageTransformer transformer)
ImageTransformationContextaddTransformer in interface ImageTransformationContexttransformer - the image transformer to add to the chainpublic List<String> getUndigestedUriFragments()
getUndigestedUriFragments in interface UriBasedContextpublic void removeUndigestedUriFragments(int total)
removeUndigestedUriFragments in interface UriBasedContexttotal - the number of entries to remove from the beginning of the listCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries