public class ImageCropRegionDto extends Object implements ICut
ImageCropRegionDto()
ImageCropRegionDto(Integer x, Integer y, Integer width, Integer height)
Integer
getHeight()
getWidth()
getX()
getY()
void
setHeight(Integer height)
setWidth(Integer width)
setX(Integer x)
setY(Integer y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImageCropRegionDto()
public ImageCropRegionDto(Integer x, Integer y, Integer width, Integer height)
public Integer getX()
public void setX(Integer x)
public Integer getY()
public void setY(Integer y)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2023. All rights reserved.