public class ImageProcessArguments extends Object
| Constructor and Description |
|---|
ImageProcessArguments() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBboxStr() |
Boolean |
getCrop() |
Integer |
getDegree() |
Boolean |
getDrawLine() |
Integer |
getImageIndex() |
String |
getPoints() |
Double |
getScale() |
void |
setBboxStr(String bboxStr) |
void |
setCrop(Boolean crop) |
void |
setDegree(Integer degree) |
void |
setDrawLine(Boolean drawLine) |
void |
setImageIndex(Integer imageIndex) |
void |
setPoints(String points) |
void |
setScale(Double scale) |
public Integer getImageIndex()
public void setImageIndex(Integer imageIndex)
public String getPoints()
public void setPoints(String points)
public Boolean getDrawLine()
public void setDrawLine(Boolean drawLine)
public String getBboxStr()
public void setBboxStr(String bboxStr)
public Boolean getCrop()
public void setCrop(Boolean crop)
public Integer getDegree()
public void setDegree(Integer degree)
public Double getScale()
public void setScale(Double scale)
Copyright © 2025. All rights reserved.