Interface JRChart

    • Method Detail

      • getShowLegend

        java.lang.Boolean getShowLegend()
      • setShowLegend

        void setShowLegend​(java.lang.Boolean isShowLegend)
      • getTitleExpression

        JRExpression getTitleExpression()
        Gets the expression whose evaluation will form the title.
      • getTitleFont

        JRFont getTitleFont()
      • getTitlePositionValue

        EdgeEnum getTitlePositionValue()
        Gets the title position relative to the chart.
      • setTitlePosition

        void setTitlePosition​(EdgeEnum titlePosition)
        Sets the title position relative to the chart.
      • getTitleColor

        java.awt.Color getTitleColor()
      • getOwnTitleColor

        java.awt.Color getOwnTitleColor()
      • setTitleColor

        void setTitleColor​(java.awt.Color titleColor)
      • getSubtitleExpression

        JRExpression getSubtitleExpression()
        Gets the expression whose evaluation will form the subtitle.
      • getSubtitleFont

        JRFont getSubtitleFont()
      • getSubtitleColor

        java.awt.Color getSubtitleColor()
      • getOwnSubtitleColor

        java.awt.Color getOwnSubtitleColor()
      • setSubtitleColor

        void setSubtitleColor​(java.awt.Color subtitleColor)
      • getLegendColor

        java.awt.Color getLegendColor()
      • getOwnLegendColor

        java.awt.Color getOwnLegendColor()
      • setLegendColor

        void setLegendColor​(java.awt.Color legendColor)
      • getOwnLegendBackgroundColor

        java.awt.Color getOwnLegendBackgroundColor()
      • getLegendBackgroundColor

        java.awt.Color getLegendBackgroundColor()
      • setLegendBackgroundColor

        void setLegendBackgroundColor​(java.awt.Color legendBackgroundColor)
      • getLegendFont

        JRFont getLegendFont()
      • getLegendPositionValue

        EdgeEnum getLegendPositionValue()
      • setLegendPosition

        void setLegendPosition​(EdgeEnum legendPosition)
      • getDataset

        JRChartDataset getDataset()
        Gets the chart dataset. Most chart types have different dataset structures, depending on the chart type.
      • getPlot

        JRChartPlot getPlot()
        Gets the chart plot. Plots are used to define various chart visual properties, such as colors and transparency.
      • getChartType

        byte getChartType()
        Gets the chart type. It must be one of the chart type constants in this class.
      • getCustomizerClass

        java.lang.String getCustomizerClass()
        Gets a user specified chart customizer class name.
        See Also:
        JRChartCustomizer
      • getRenderType

        java.lang.String getRenderType()
      • setRenderType

        void setRenderType​(java.lang.String renderType)
      • getTheme

        java.lang.String getTheme()
      • setTheme

        void setTheme​(java.lang.String theme)