Class FillSpiderChart

    • Field Detail

      • EXCEPTION_MESSAGE_KEY_CUSTOMIZER_INSTANCE_ERROR

        public static final java.lang.String EXCEPTION_MESSAGE_KEY_CUSTOMIZER_INSTANCE_ERROR
        See Also:
        Constant Field Values
    • Method Detail

      • isEvaluateNow

        protected boolean isEvaluateNow()
      • evaluateRenderer

        protected void evaluateRenderer​(byte evaluation)
                                 throws JRException
        Throws:
        JRException
      • fill

        public JRPrintElement fill()
        Description copied from interface: FillComponent
        Fills the component by creating a print element which will be included in the generated report.

        This method will get called only if FillComponent.prepare(int) returned a result that indicated that the component will print.

        Specified by:
        fill in interface FillComponent
        Returns:
        the print element generated by the component
      • prepare

        public FillPrepareResult prepare​(int availableHeight)
        Description copied from interface: FillComponent
        Prepares to fill the component by deciding whether the component will print, and how much vertical space it will require.
        Specified by:
        prepare in interface FillComponent
        Parameters:
        availableHeight - the amount of vertical space available for the component, starting from the top of the component element.
        Returns:
        the result of the preparation, which specifies whether the component will print and how much it will stretch vertically.
      • getChartSettings

        public FillChartSettings getChartSettings()
        Returns:
        the chartSettings
      • getMaxValue

        public java.lang.Double getMaxValue()
        Returns:
        the maxValue
      • getTitleText

        public java.lang.String getTitleText()
        Returns:
        the titleText
      • getSubtitleText

        public java.lang.String getSubtitleText()
        Returns:
        the subtitleText
      • getAnchorName

        public java.lang.String getAnchorName()
        Returns:
        the anchorName
      • getHyperlinkReference

        public java.lang.String getHyperlinkReference()
        Returns:
        the hyperlinkReference
      • getHyperlinkAnchor

        public java.lang.String getHyperlinkAnchor()
        Returns:
        the hyperlinkAnchor
      • getHyperlinkPage

        public java.lang.Integer getHyperlinkPage()
        Returns:
        the hyperlinkPage
      • getHyperlinkTooltip

        public java.lang.String getHyperlinkTooltip()
        Returns:
        the hyperlinkTooltip
      • getBookmarkLevel

        public int getBookmarkLevel()
        Returns:
        the bookmark level
      • getRenderable

        public Renderable getRenderable()
        Returns:
        the renderer
      • getLinkType

        public java.lang.String getLinkType()
      • getLinkTarget

        public java.lang.String getLinkTarget()