Class AdditionalOptions


  • public class AdditionalOptions
    extends java.lang.Object
    Represents options that are not necessarily supported by the render engine in use.
    • Constructor Detail

      • AdditionalOptions

        protected AdditionalOptions()
    • Method Detail

      • getPdfCompliance

        public PdfCompliance getPdfCompliance()
        Returns:
        compliance for PDF renditions
      • getDpi

        public int getDpi()
        Returns:
        resolution in DPI of the rendition. Default is 200.
      • getBpp

        public int getBpp()
        Returns:
        bitdepth in BPP of the rendition. Default is 24.
      • getImageHeight

        public int getImageHeight()
        Returns:
        height of the image-rendition
      • getImageWidth

        public int getImageWidth()
        Returns:
        width of the image-rendition
      • getWatermarkFile

        public java.lang.String getWatermarkFile()
        Returns:
        name of the file to be used as watermark
      • getWatermarkText

        public WatermarkText getWatermarkText()
        Returns:
        text to use as watermark or null if not set
      • getWatermarkAlignment

        public WatermarkAlignment getWatermarkAlignment()
        Returns:
        the alignement of the watermark or null if not set. If not set, middle-center is used.
      • getGenericOptions

        public java.util.Map<java.lang.String,​java.lang.Object> getGenericOptions()
        Returns:
        generic options for the render-engine
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object