Class XYSeriesCollector

    • Constructor Detail

      • XYSeriesCollector

        public XYSeriesCollector()
    • Method Detail

      • getSeriesMap

        protected HashMap<Comparable,​org.jfree.data.xy.XYSeries> getSeriesMap()
      • setXValueColumn

        public void setXValueColumn​(int index,
                                    String field)
      • getXValueColumn

        public String getXValueColumn​(int index)
      • getXValueColumnCount

        public int getXValueColumnCount()
      • getXValueColumn

        public String[] getXValueColumn()
      • setXValueColumn

        public void setXValueColumn​(String[] fields)
      • setYValueColumn

        public void setYValueColumn​(int index,
                                    String field)
      • getYValueColumn

        public String getYValueColumn​(int index)
      • getYValueColumnCount

        public int getYValueColumnCount()
      • getYValueColumn

        public String[] getYValueColumn()
      • setYValueColumn

        public void setYValueColumn​(String[] fields)
      • getInstance

        public org.pentaho.reporting.engine.classic.core.function.Expression getInstance()
        Return a completly separated copy of this function. The copy does no longer share any changeable objects with the original function.
        Specified by:
        getInstance in interface org.pentaho.reporting.engine.classic.core.function.Expression
        Overrides:
        getInstance in class AbstractCollectorFunction
        Returns:
        a copy of this function.
      • reportDone

        public void reportDone​(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
        Receives notification that report generation has completed, the report footer was printed, no more output is done. This is a helper event to shut down the output service.
        Specified by:
        reportDone in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
        Overrides:
        reportDone in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
        Parameters:
        event - The event.