Documentation of 'de.erichseifert.gral.data.statistics.AbstractHistogram2D' Java class
AbstractHistogram2D
de.erichseifert.gral.data.statistics

Class AbstractHistogram2D

    • Constructor Detail

      • AbstractHistogram2D

        public AbstractHistogram2D(DataSource data)
        Initializes a new histograms with a data source.
        Parameters:
        data - Data source to be analyzed.
    • Method Detail

      • dataAdded

        public void dataAdded(DataSource source,
                              DataChangeEvent... events)
        Method that is invoked when data has been added. This method is invoked by objects that provide support for DataListeners and should not be called manually.
        Specified by:
        dataAdded in interface DataListener
        Parameters:
        source - Data source that has been changed.
        events - Optional event object describing the data values that have been added.
      • dataUpdated

        public void dataUpdated(DataSource source,
                                DataChangeEvent... events)
        Method that is invoked when data has been updated. This method is invoked by objects that provide support for DataListeners and should not be called manually.
        Specified by:
        dataUpdated in interface DataListener
        Parameters:
        source - Data source that has been changed.
        events - Optional event object describing the data values that have been updated.
      • dataRemoved

        public void dataRemoved(DataSource source,
                                DataChangeEvent... events)
        Method that is invoked when data has been removed. This method is invoked by objects that provide support for DataListeners and should not be called manually.
        Specified by:
        dataRemoved in interface DataListener
        Parameters:
        source - Data source that has been changed.
        events - Optional event object describing the data values that have been removed.
      • getData

        public DataSource getData()
        Returns the data source associated to this histogram.
        Returns:
        Data source

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.