org.primefaces.model
Class CroppedImage
java.lang.Object
org.primefaces.model.CroppedImage
- All Implemented Interfaces:
- Serializable
public class CroppedImage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CroppedImage
public CroppedImage()
CroppedImage
public CroppedImage(String originalFilename,
byte[] bytes,
int left,
int top,
int width,
int height)
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
public String getOriginalFilename()
setOriginalFilename
public void setOriginalFilename(String originalFilename)
getBytes
public byte[] getBytes()
setBytes
public void setBytes(byte[] bytes)
Copyright © 2013. All Rights Reserved.