public class ImageResizeRequest extends Object
Constructor and Description |
---|
ImageResizeRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getCropHeight() |
int |
getCropStartX() |
int |
getCropStartY() |
int |
getCropWidth() |
Float |
getFpX()
Return the focal point x factor.
|
Float |
getFpY()
Return the focal point y factor.
|
int |
getHeight() |
Image |
getImage() |
String |
getMode()
Returns the mode (eg.
|
String |
getResizeMode()
Returns the resizemode (eg.
|
ImageRotate |
getRotate()
Direction for rotating the image.
|
String |
getTargetFormat() |
int |
getWidth() |
boolean |
isCopyFile() |
void |
setCopyFile(boolean copyFile) |
void |
setCropHeight(int cropHeight) |
void |
setCropStartX(int cropStartX) |
void |
setCropStartY(int cropStartY) |
void |
setCropWidth(int cropWidth) |
void |
setFpX(Float fpX)
Set the focal point x factor.
|
void |
setFpY(Float fpY)
Set the focal point y factor.
|
void |
setHeight(int height) |
void |
setImage(Image image) |
void |
setMode(String mode)
Sets the mode (eg.
|
void |
setResizeMode(String resizeMode)
Sets the resizemode (eg.
|
void |
setRotate(ImageRotate rotate)
Set rotate direction
|
void |
setTargetFormat(String targetFormat) |
void |
setWidth(int width) |
public boolean isCopyFile()
public void setCopyFile(boolean copyFile)
copyFile
- the copyFile to setpublic String getTargetFormat()
public void setTargetFormat(String targetFormat)
public Image getImage()
public void setImage(Image image)
public int getCropHeight()
public void setCropHeight(int cropHeight)
public int getCropWidth()
public void setCropWidth(int cropWidth)
public int getCropStartX()
public void setCropStartX(int cropStartX)
public int getCropStartY()
public void setCropStartY(int cropStartY)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getMode()
public void setMode(String mode)
mode
- public String getResizeMode()
public void setResizeMode(String resizeMode)
resizeMode
- public Float getFpX()
public void setFpX(Float fpX)
fpX
- public Float getFpY()
public void setFpY(Float fpY)
fpY
- public ImageRotate getRotate()
public void setRotate(ImageRotate rotate)
rotate
- directionCopyright © 2024 Gentics Software. All rights reserved.