|
Field Summary | ||
static String |
OPT_COMMAND_OPTIONS | |
static String |
OPT_IMAGE_AUTO_ORIENTATION | |
static String |
OPT_IMAGE_RESIZE_OPTIONS |
Fields inherited from class org.alfresco.service.cmr.repository.TransformationOptions |
OPT_INCLUDE_EMBEDDED, OPT_SOURCE_CONTENT_PROPERTY, OPT_SOURCE_NODEREF, OPT_TARGET_CONTENT_PROPERTY, OPT_TARGET_NODEREF, OPT_USE, relaxedBooleanTypeConverter |
Constructor Summary | ||
ImageTransformationOptions() |
Method Summary | ||
void |
copyFrom(TransformationOptions origOptions) Does the work of copying the given other TransformationOptions values to this one |
|
getCommandOptions() Get the command string options |
||
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 |
|
toMap() Overrides the base class implementation to add our options |
||
toString() |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
|