Class AbstractXYSeriesDataSink

    • Constructor Detail

    • Method Detail

      • getXSourceId

        public String getXSourceId()
        Gets the id of the data source that produces the x value.
        Returns:
        the id of the data source that produces the x value.
      • setXSourceId

        public void setXSourceId​(String xSourceId)
        Sets the id of the data source that produces the x value.
        Parameters:
        xSourceId - the id of the data source that produces the x value
      • recordEnded

        public void recordEnded()
        Description copied from interface: DataSink
        Notified this DataSink that the current record has ended.
        Specified by:
        recordEnded in interface DataSink
      • close

        public void close()
        Description copied from interface: DataSink
        Close this DataSink.
        Specified by:
        close in interface DataSink
      • flush

        public void flush()
        Description copied from interface: DataSink
        Flushes any data buffered by this DataSink.
        Specified by:
        flush in interface DataSink