public class ImageTransformationOptions extends TransformationOptionsImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
OPT_COMMAND_OPTIONS |
static String |
OPT_IMAGE_AUTO_ORIENTATION |
static String |
OPT_IMAGE_RESIZE_OPTIONS |
TO_STR_DEL, TO_STR_KEY_VAL, TO_STR_OBJ_END, TO_STR_OBJ_START, TO_STR_SET_END, TO_STR_SET_START| Constructor and Description |
|---|
ImageTransformationOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandOptions()
Get the command string options
|
ImageResizeOptions |
getResizeOptions()
Get the image resize options
|
boolean |
isAutoOrient() |
void |
setAutoOrient(boolean autoOrient) |
void |
setCommandOptions(String commandOptions)
Set the command string options
|
void |
setResizeOptions(ImageResizeOptions resizeOptions)
Set the image resize options
|
String |
toString() |
addSourceOptions, getAdditionalOptions, getIncludeEmbedded, getPageLimit, getSourceOptions, getSourceOptionsMap, getTimeoutMs, setAdditionalOptions, setIncludeEmbedded, setPageLimit, setSourceOptionsList, setSourceOptionsMap, setTimeoutMs, toString, toStringSourceOptionspublic static final String OPT_COMMAND_OPTIONS
public static final String OPT_IMAGE_RESIZE_OPTIONS
public static final String OPT_IMAGE_AUTO_ORIENTATION
public void setCommandOptions(String commandOptions)
commandOptions - the command string optionspublic String getCommandOptions()
public void setResizeOptions(ImageResizeOptions resizeOptions)
resizeOptions - image resize optionspublic ImageResizeOptions getResizeOptions()
public boolean isAutoOrient()
public void setAutoOrient(boolean autoOrient)
autoOrient - automatically orient (rotate) based on the EXIF "Orientation" datapublic String toString()
toString in class TransformationOptionsImplCopyright © 2014 Alfresco Software. All rights reserved.