Package de.elo.ix.client
Class PreviewImageInfoC
java.lang.Object
de.elo.ix.client.PreviewImageInfoC
- All Implemented Interfaces:
Serializable
- Since:
- 9.00.000.011
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Default dots per inch for scalable vector graphics.static final int
Flag that signalizes the server to scale down preview images to a size suitable for most browser's canvas element.static final int
Flag that signalizes the server to process preview images in a medium size.static final int
Flag that signalizes the server to process preview images in the size of the original document.static final int
Flag that signalizes the server to process preview images in a size for tiny thumbnails.static final int
Flag that signalizes the server to process preview images in a size for thumbnails. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_DPI
public static final int DEFAULT_DPIDefault dots per inch for scalable vector graphics.- See Also:
-
SIZE_ORIGINAL
public static final int SIZE_ORIGINALFlag that signalizes the server to process preview images in the size of the original document. In case scalable documents sources like PDF,DEFAULT_DPI
is used.- See Also:
-
SIZE_TINY
public static final int SIZE_TINYFlag that signalizes the server to process preview images in a size for thumbnails.- See Also:
-
SIZE_MEDIUM
public static final int SIZE_MEDIUMFlag that signalizes the server to process preview images in a medium size. Images of this size are optimized in memory usage. They lack readability of text smaller than 10 points.- See Also:
-
SIZE_TINIER
public static final int SIZE_TINIERFlag that signalizes the server to process preview images in a size for tiny thumbnails. The maximum length of an edge will be 100 pixels.- Since:
- 9.00.000.014
- See Also:
-
SIZE_LARGE
public static final int SIZE_LARGEFlag that signalizes the server to scale down preview images to a size suitable for most browser's canvas element. Choosing this settings will scale down only very large images.- Since:
- 9.00.000.035
- See Also:
-
-
Constructor Details
-
PreviewImageInfoC
public PreviewImageInfoC()
-