Class ScriptableChart

    • Constructor Detail

      • ScriptableChart

        public ScriptableChart()
    • Method Detail

      • applyConfigureChartScript

        public void applyConfigureChartScript​(org.jfree.chart.JFreeChart chart)
        Applies the specified script to configure the provided JFreeChart Object.
        Parameters:
        chart - the JFreeChart object to configure with the script
      • isScriptEnabled

        public boolean isScriptEnabled()
      • setScriptEnabled

        public void setScriptEnabled​(boolean scriptEnabled)
      • getScript

        public java.lang.String getScript()
      • setScript

        public void setScript​(java.lang.String script)
      • setReportData

        public void setReportData​(java.util.Map reportData)