Class PreviewImageResult

java.lang.Object
de.elo.ix.client.PreviewImageResult
All Implemented Interfaces:
Serializable

public class PreviewImageResult extends Object implements Serializable
Since:
9.00.000.011
See Also:
  • Field Details

    • urls

      protected List<String> 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 dpi
      Dots 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 dimensionWidth
      Width 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 dimensionHeight
      Height of the first page. Please consider the hints at dimensionWidth with respect to multi-page documents.
    • progress

      protected int progress
      Current progress of processing at the server. Processing is finished at server side when this value equals progressMax.
    • progressMax

      protected int progressMax
      Estimated 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

      protected String statusMessage
      Status message about the current processing of preview images at the server.
    • pages

      protected int pages
      Number of pages.
  • Constructor Details

    • PreviewImageResult

      public PreviewImageResult()
  • Method Details

    • getUrls

      public List<String> getUrls()
    • setUrls

      public void setUrls(List<String> urls)
    • 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

      public String getStatusMessage()
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • getPages

      public int getPages()
    • setPages

      public void setPages(int pages)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object