Class ReportGraphImageTransform

    • Field Detail

      • _graphImageFormat

        protected FormalParameter _graphImageFormat
        Deprecated.
        Graph Image Format to use.
        Allowed Values:
        PreferencesGraphTransform.GRAPH_IMAGE_TYPE_REPORT
        PreferencesGraphTransform.GRAPH_IMAGE_TYPE_GIF
        PreferencesGraphTransform.GRAPH_IMAGE_TYPE_JPEG
      • _graphSize

        protected FormalParameter _graphSize
        Deprecated.
        Graph Size to use.
        Allowed Values:
        PreferencesGraphTransform.GRAPH_USE_REPORT_SIZE
        PreferencesGraphTransform.GRAPH_USE_USER_SIZE
      • _graphWidth

        protected FormalParameter _graphWidth
        Deprecated.
        Graph Width to use.
        It's applicable only if _graphSize is set to PreferencesGraphTransform.GRAPH_USE_USER_SIZE.
        Allowed Values: integer values
      • _graphHeight

        protected FormalParameter _graphHeight
        Deprecated.
        Graph Height to use.
        It's applicable only if _graphSize is set to PreferencesGraphTransform.GRAPH_USE_USER_SIZE.
        Allowed Values: integer values
      • _shrinkGraphToWidth

        protected FormalParameter _shrinkGraphToWidth
        Deprecated.
        Graph width to shrink to if graph width is bigger than this value.
        If it's -1, it means not shrink at all. Allowed Values: integer values
      • _shrinkGraphToHeight

        protected FormalParameter _shrinkGraphToHeight
        Deprecated.
        Graph height to shrink to if graph height is bigger than this value.
        If it's -1, it means not shrink at all. Allowed Values: integer values
    • Constructor Detail

      • ReportGraphImageTransform

        public ReportGraphImageTransform()
        Deprecated.
        default no-args constructor.
        It created the formal parameters and assign default values to them.
    • Method Detail

      • renderShell

        public void renderShell​(MarkupOutput out)
        Deprecated.
        Description copied from class: AbstractAppTransform

        Generates the shell for this Transform.

        The shell is a <div> tag that automatically surrounds the content generated by the Transform. It's used among other things by the javascript to identify the HTML associated with a bone, and by the iFrame update technology to identify a component in the page.

        The attributes to append to this <div> are obtained from the getAttributesShellDiv method; the style from the getStyleShellDiv method.
        This method calls renderCssLink and checkStatus to generate the Transform's content.
        Overrides:
        renderShell in class AbstractAppTransform
        Parameters:
        out - output by this transform
        Since:
        MicroStrategy Web 8.0.0
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Return the description for this Transform.
        Returns:
        The description as to what this Transform does.