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