public class ImageResizeRequest extends Object
Constructor and Description |
---|
ImageResizeRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getCropHeight() |
int |
getCropStartX() |
int |
getCropStartY() |
int |
getCropWidth() |
int |
getHeight() |
Image |
getImage() |
String |
getMode()
Returns the mode (eg.
|
String |
getResizeMode()
Returns the resizemode (eg.
|
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 |
setHeight(int height) |
void |
setImage(Image image) |
void |
setMode(String mode)
Sets the mode (eg.
|
void |
setResizeMode(String resizeMode)
Sets the resizemode (eg.
|
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
- Copyright © 2014 Gentics Software GmbH. All rights reserved.