public class Image extends Object
| Constructor | Description |
|---|---|
Image() |
| Modifier and Type | Method | Description |
|---|---|---|
Image |
downloadUrl(String downloadUrl) |
|
boolean |
equals(Object o) |
|
Image |
fileFormat(String fileFormat) |
|
String |
getDownloadUrl() |
Gets or sets the image download URL.
|
String |
getFileFormat() |
Gets or sets the image file format.
|
Integer |
getPageIndex() |
Gets or sets the index of the page.
|
String |
getPath() |
Gets or sets The path of the image, located in the storage.
|
Rectangle |
getRectangle() |
Gets or sets the rectangle area of the image.
|
Double |
getRotation() |
Gets or sets the rotation of the image in degrees.
|
int |
hashCode() |
|
Image |
pageIndex(Integer pageIndex) |
|
Image |
path(String path) |
|
Image |
rectangle(Rectangle rectangle) |
|
Image |
rotation(Double rotation) |
|
void |
setDownloadUrl(String downloadUrl) |
|
void |
setFileFormat(String fileFormat) |
|
void |
setPageIndex(Integer pageIndex) |
|
void |
setPath(String path) |
|
void |
setRectangle(Rectangle rectangle) |
|
void |
setRotation(Double rotation) |
|
String |
toString() |
public String getPath()
public void setPath(String path)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public Integer getPageIndex()
public void setPageIndex(Integer pageIndex)
public Double getRotation()
public void setRotation(Double rotation)
public String getFileFormat()
public void setFileFormat(String fileFormat)
public Rectangle getRectangle()
public void setRectangle(Rectangle rectangle)
Copyright © 2025. All rights reserved.