Uses of Class
repast.simphony.chart2.AbstractHistogramDataset
-
Uses of AbstractHistogramDataset in repast.simphony.chart2
Modifier and TypeClassDescriptionclass
Dynamic histogram whose bin limits change as new data is added.class
Static histogram dataset for use with JFreeChart histograms.Modifier and TypeMethodDescriptionSingleHistogramDomainAxis.getDataSet()
Retrieves the data set that will be used for determining bin edges.Modifier and TypeMethodDescriptionvoid
SingleHistogramDomainAxis.setDataSet
(AbstractHistogramDataset dataSet) Sets the data set that will be used for determining bin edges.ModifierConstructorDescriptionHistogramDataSink
(String sourceId, AbstractHistogramDataset data) Creates a HistogramDataSink that will update the specified histogram dataset with data from the specified source id.