Package de.elo.ix.client
Class PreviewImageResult
java.lang.Object
de.elo.ix.client.PreviewImageResult
- All Implemented Interfaces:
Serializable
- Since:
- 9.00.000.011
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Height of the first page.protected int
Width of first page.protected int
Dots per inch of the requested preview images.protected int
Number of pages.protected int
Current progress of processing at the server.protected int
Estimated value about the workload at the server.protected String
Status message about the current processing of preview images at the server.List of URLs pointing to the requested preview images. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
getDpi()
int
getPages()
int
int
getUrls()
int
hashCode()
void
setDimensionHeight
(int dimensionHeight) void
setDimensionWidth
(int dimensionWidth) void
setDpi
(int dpi) void
setPages
(int pages) void
setProgress
(int progress) void
setProgressMax
(int progressMax) void
setStatusMessage
(String statusMessage) void
toString()
-
Field Details
-
urls
List of URLs pointing to the requested preview images. The URL at the first index in the list points to the lexicographic ordered first requested page. -
dpi
protected int dpiDots per inch of the requested preview images. If the document source is a multi-page file, this value holds for every requested pages. -
dimensionWidth
protected int dimensionWidthWidth of first page. Use this value to get an idea about the dimensions of the preview image in general. While this value is exact for the first page, following pages may have different dimension (e.g. different orientation, image as a whole page in a PDF document, ...) -
dimensionHeight
protected int dimensionHeightHeight of the first page. Please consider the hints atdimensionWidth
with respect to multi-page documents. -
progress
protected int progressCurrent progress of processing at the server. Processing is finished at server side when this value equalsprogressMax
. -
progressMax
protected int progressMaxEstimated value about the workload at the server. There is a chance that the server is finished with the processing of the request when progress reaches this estimated value. In repeated requests progresMax can increase in comparison to calls in earlier times. -
statusMessage
Status message about the current processing of preview images at the server. -
pages
protected int pagesNumber of pages.
-
-
Constructor Details
-
PreviewImageResult
public PreviewImageResult()
-
-
Method Details
-
getUrls
-
setUrls
-
getDpi
public int getDpi() -
setDpi
public void setDpi(int dpi) -
getDimensionWidth
public int getDimensionWidth() -
setDimensionWidth
public void setDimensionWidth(int dimensionWidth) -
getDimensionHeight
public int getDimensionHeight() -
setDimensionHeight
public void setDimensionHeight(int dimensionHeight) -
getProgress
public int getProgress() -
setProgress
public void setProgress(int progress) -
getProgressMax
public int getProgressMax() -
setProgressMax
public void setProgressMax(int progressMax) -
getStatusMessage
-
setStatusMessage
-
getPages
public int getPages() -
setPages
public void setPages(int pages) -
toString
-
hashCode
public int hashCode() -
equals
-