Class XYZSeriesCollectorFunction

    • Constructor Detail

      • XYZSeriesCollectorFunction

        public XYZSeriesCollectorFunction()
        Deprecated.
    • Method Detail

      • reportInitialized

        public void reportInitialized​(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
        Deprecated.
        Specified by:
        reportInitialized in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
        Overrides:
        reportInitialized in class BaseCollectorFunction
      • setzValueColumn

        public void setzValueColumn​(int index,
                                    String field)
        Deprecated.
      • getzValueColumn

        public String getzValueColumn​(int index)
        Deprecated.
      • getzValueColumnCount

        public int getzValueColumnCount()
        Deprecated.
      • getzValueColumn

        public String[] getzValueColumn()
        Deprecated.
      • setzValueColumn

        public void setzValueColumn​(String[] fields)
        Deprecated.
      • getMaxZValue

        public double getMaxZValue()
        Deprecated.
      • getInstance

        public org.pentaho.reporting.engine.classic.core.function.Expression getInstance()
        Deprecated.
        Return a completly separated copy of this function. The copy no longer shares any changeable objects with the original function. Also from Thomas: Should retain data from the report definition, but clear calculated data.
        Specified by:
        getInstance in interface org.pentaho.reporting.engine.classic.core.function.Expression
        Overrides:
        getInstance in class XYSeriesCollectorFunction
        Returns:
        a copy of this function.