Package org.primefaces.model
Class CroppedImage
java.lang.Object
org.primefaces.model.CroppedImage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCroppedImage(String originalFilename, byte[] bytes, int left, int top, int width, int height) -
Method Summary
-
Constructor Details
-
CroppedImage
public CroppedImage() -
CroppedImage
public CroppedImage(String originalFilename, byte[] bytes, int left, int top, int width, int height)
-
-
Method Details
-
getLeft
public int getLeft() -
setLeft
public void setLeft(int left) -
getTop
public int getTop() -
setTop
public void setTop(int top) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getOriginalFilename
-
setOriginalFilename
-
getBytes
public byte[] getBytes() -
setBytes
public void setBytes(byte[] bytes)
-