Interface IRenderOption

    • Field Detail

      • OUTPUT_EMITTERID_HTML

        static final java.lang.String OUTPUT_EMITTERID_HTML
        See Also:
        Constant Field Values
      • OUTPUT_EMITTERID_PDF

        static final java.lang.String OUTPUT_EMITTERID_PDF
        See Also:
        Constant Field Values
      • RENDER_DPI

        static final java.lang.String RENDER_DPI
        The DPI which layout engine uses to convert pixel to an abstract length
        See Also:
        Constant Field Values
      • CHART_DPI

        static final java.lang.String CHART_DPI
        The DPI which chart engine uses to generate charts
        See Also:
        Constant Field Values
      • SUPPORTED_IMAGE_FORMATS

        static final java.lang.String SUPPORTED_IMAGE_FORMATS
        See Also:
        Constant Field Values
      • RTL_FLAG

        static final java.lang.String RTL_FLAG
        bidi_hcg: Should we output report as RTL. The value is a Boolean Object, the default is Boolean.FALSE.
        See Also:
        Constant Field Values
      • APP_BASE_URL

        static final java.lang.String APP_BASE_URL
        APP_BASE_URL is the same as BASE_URL
        See Also:
        Constant Field Values
      • HTML_PAGINATION

        static final java.lang.String HTML_PAGINATION
        Should the report contains paginations The value is a Boolean object, default is Boolean.FALSE.
        See Also:
        Constant Field Values
      • CLOSE_OUTPUTSTREAM_ON_EXIT

        static final java.lang.String CLOSE_OUTPUTSTREAM_ON_EXIT
        Should the output stream be closed when render task exits.The value is a Boolean object, default is Boolean.FALSE
        See Also:
        Constant Field Values
    • Method Detail

      • getOutputSetting

        @Deprecated
        java.util.Map getOutputSetting()
        Deprecated.
        use getOptions instead
        Returns:
      • setOutputFormat

        void setOutputFormat​(java.lang.String format)
        Set output format.
        Parameters:
        format -
      • getOutputFormat

        java.lang.String getOutputFormat()
        Get output format.
        Returns:
      • setOutputFileName

        void setOutputFileName​(java.lang.String outputFileName)
        Set name of the output file.
        Parameters:
        outputFileName - name of the output file
      • getOutputFileName

        java.lang.String getOutputFileName()
        Get name of the output file.
        Returns:
        name
      • setOutputStream

        void setOutputStream​(java.io.OutputStream ostream)
        Set output stream.
        Parameters:
        ostream -
      • getOutputStream

        java.io.OutputStream getOutputStream()
        Get output stream.
        Returns:
        output stream
      • setSupportedImageFormats

        void setSupportedImageFormats​(java.lang.String formats)
        Parameters:
        formats - - the image format supported by the browser
      • getSupportedImageFormats

        java.lang.String getSupportedImageFormats()
        Returns:
        the image format supported by the browser
      • getBaseURL

        java.lang.String getBaseURL()
        Returns the base URL for creating an Action URL
        Returns:
        the baseURL.
      • setBaseURL

        void setBaseURL​(java.lang.String baseURL)
        sets the base url for action handling
        Parameters:
        baseURL - sets the base URL used for action handling
      • getAppBaseURL

        java.lang.String getAppBaseURL()
        Returns the app base url for URL images
        Returns:
        appBaseUrl
      • setAppBaseURL

        void setAppBaseURL​(java.lang.String appBaseURL)
        Set app base url
        Parameters:
        appBaseURL - the app base url
      • setActionHandle

        @Deprecated
        void setActionHandle​(IHTMLActionHandler handler)
        Deprecated.
        Parameters:
        handler -
      • setImageHandle

        @Deprecated
        void setImageHandle​(IHTMLImageHandler handler)
        Deprecated.
        Parameters:
        handler -
      • getImageHandle

        @Deprecated
        IHTMLImageHandler getImageHandle()
        Deprecated.
        Returns:
      • getEmitterID

        java.lang.String getEmitterID()
        returns the emitter id
        Returns:
        Returns the emitter id
      • setEmitterID

        void setEmitterID​(java.lang.String emitterID)
        sets the emitter id
        Parameters:
        emitterID -