Class HTMLRenderContext


  • @Deprecated
    public class HTMLRenderContext
    extends java.lang.Object
    Deprecated.
    set the property to RenderOption directly.
    Defines the context for rendering report in HTML emitter. Objects stored in the context object is mainly used for image and action handling, but can be used for other purposes too.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String baseImageURL
      Deprecated.
      base URL used for image
      protected java.lang.String baseURL
      Deprecated.
      base URL used for action handler
      protected java.lang.String imageDirectory
      Deprecated.
      directory to store image
      protected IRenderOption renderOption
      Deprecated.
      HTML render option
      protected java.lang.String supportedImageFormats
      Deprecated.
      the image formats supported by the browser
    • Constructor Summary

      Constructors 
      Constructor Description
      HTMLRenderContext()
      Deprecated.
      dummy constrictor
    • Field Detail

      • baseURL

        protected java.lang.String baseURL
        Deprecated.
        base URL used for action handler
      • baseImageURL

        protected java.lang.String baseImageURL
        Deprecated.
        base URL used for image
      • supportedImageFormats

        protected java.lang.String supportedImageFormats
        Deprecated.
        the image formats supported by the browser
      • imageDirectory

        protected java.lang.String imageDirectory
        Deprecated.
        directory to store image
      • renderOption

        protected IRenderOption renderOption
        Deprecated.
        HTML render option
    • Constructor Detail

      • HTMLRenderContext

        public HTMLRenderContext()
        Deprecated.
        dummy constrictor
    • Method Detail

      • getBaseURL

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

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

        public java.lang.String getImageDirectory()
        Deprecated.
        returns the image directory that engine stores images and charts into
        Returns:
        the image directory.
      • setImageDirectory

        public void setImageDirectory​(java.lang.String imageDirectory)
        Deprecated.
        sets the image directory that engine stores images and charts into
        Parameters:
        imageDirectory - the image directory that engine stores images and charts into
      • getBaseImageURL

        public java.lang.String getBaseImageURL()
        Deprecated.
        returns the base url for creating image URL
        Returns:
        Rreturn the abse image url
      • setBaseImageURL

        public void setBaseImageURL​(java.lang.String baseImageURL)
        Deprecated.
        sets the base image URL for image handling
        Parameters:
        baseImageURL - the base image URL
      • setSupportedImageFormats

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

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

        public void setRenderOption​(IRenderOption option)
        Deprecated.
      • SetRenderOption

        @Deprecated
        public void SetRenderOption​(IRenderOption option)
        Deprecated.
        it is deprecated and use the setRenderOption instead.
      • getRenderOption

        public IRenderOption getRenderOption()
        Deprecated.
        Returns:
        render options