@Deprecated @AlfrescoPublicApi public class ImageTransformationOptions extends TransformationOptions
| Modifier and Type | Field and Description |
|---|---|
static String |
OPT_COMMAND_OPTIONS
Deprecated.
|
static String |
OPT_IMAGE_AUTO_ORIENTATION
Deprecated.
|
static String |
OPT_IMAGE_RESIZE_OPTIONS
Deprecated.
|
OPT_INCLUDE_EMBEDDED, OPT_SOURCE_CONTENT_PROPERTY, OPT_SOURCE_NODEREF, OPT_TARGET_CONTENT_PROPERTY, OPT_TARGET_NODEREF, OPT_USE, relaxedBooleanTypeConverter| Constructor and Description |
|---|
ImageTransformationOptions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(TransformationOptions origOptions)
Deprecated.
Does the work of copying the given other TransformationOptions
values to this one
|
boolean |
equals(Object o)
Deprecated.
|
String |
getCommandOptions()
Deprecated.
will be removed in a future release and be replaced by individual options that can be checked.
|
ImageResizeOptions |
getResizeOptions()
Deprecated.
Get the image resize options
|
int |
hashCode()
Deprecated.
|
boolean |
isAutoOrient()
Deprecated.
|
void |
setAutoOrient(boolean autoOrient)
Deprecated.
|
void |
setCommandOptions(String commandOptions)
Deprecated.
will be removed in a future release and be replaced by individual options that can be checked.
|
void |
setResizeOptions(ImageResizeOptions resizeOptions)
Deprecated.
Set the image resize options
|
Map<String,Object> |
toMap()
Deprecated.
Overrides the base class implementation to add our options
|
String |
toString()
Deprecated.
|
String |
toStringAll()
Deprecated.
|
addSourceOptions, clone, deepCopy, getIncludeEmbedded, getLimits, getMaxPages, getMaxSourceSizeKBytes, getPageLimit, getReadLimitKBytes, getReadLimitTimeMs, getSourceContentProperty, getSourceNodeRef, getSourceOptions, getSourceOptionsList, getSourceOptionsMap, getTargetContentProperty, getTargetNodeRef, getTimeoutMs, getUse, set, setIncludeEmbedded, setLimits, setMaxPages, setMaxSourceSizeKBytes, setPageLimit, setReadLimitKBytes, setReadLimitTimeMs, setSourceContentProperty, setSourceNodeRef, setSourceOptionsList, setTargetContentProperty, setTargetNodeRef, setTimeoutMs, setUse, toStringpublic static final String OPT_COMMAND_OPTIONS
public static final String OPT_IMAGE_RESIZE_OPTIONS
public static final String OPT_IMAGE_AUTO_ORIENTATION
@Deprecated public void setCommandOptions(String commandOptions)
commandOptions - the command string options@Deprecated public String getCommandOptions()
public void setResizeOptions(ImageResizeOptions resizeOptions)
resizeOptions - image resize optionspublic ImageResizeOptions getResizeOptions()
public String toString()
toString in class TransformationOptionspublic String toStringAll()
toStringAll in class TransformationOptionspublic Map<String,Object> toMap()
toMap in class TransformationOptionspublic boolean isAutoOrient()
public void setAutoOrient(boolean autoOrient)
autoOrient - automatically orient (rotate) based on the EXIF "Orientation" datapublic void copyFrom(TransformationOptions origOptions)
TransformationOptionscopyFrom in class TransformationOptionsorigOptions - the options to copypublic boolean equals(Object o)
equals in class TransformationOptionspublic int hashCode()
hashCode in class TransformationOptionsCopyright © 2005–2018 Alfresco Software. All rights reserved.