public class ImageRotateRequest extends Object implements Serializable
Constructor and Description |
---|
ImageRotateRequest() |
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
Image to rotate
|
ImageRotate |
getRotate()
Direction for rotating the image.
|
String |
getTargetFormat()
Target format (defaults to "png")
|
boolean |
isCopyFile()
Flag for copying the file
|
ImageRotateRequest |
setCopyFile(boolean copyFile)
Set the copy file flag
|
ImageRotateRequest |
setImage(Image image)
Set the image
|
ImageRotateRequest |
setRotate(ImageRotate rotate)
Set rotation direction
|
ImageRotateRequest |
setTargetFormat(String targetFormat)
Set the target format
|
public Image getImage()
public ImageRotateRequest setImage(Image image)
image
- imagepublic boolean isCopyFile()
public ImageRotateRequest setCopyFile(boolean copyFile)
copyFile
- flagpublic ImageRotate getRotate()
public ImageRotateRequest setRotate(ImageRotate rotate)
rotate
- directionpublic String getTargetFormat()
public ImageRotateRequest setTargetFormat(String targetFormat)
targetFormat
- formatCopyright © 2024 Gentics Software. All rights reserved.