Uses of Class
repast.simphony.chart2.AbstractHistogramDataset
Packages that use AbstractHistogramDataset
- 
Uses of AbstractHistogramDataset in repast.simphony.chart2Subclasses of AbstractHistogramDataset in repast.simphony.chart2Modifier and TypeClassDescriptionclassDynamic histogram whose bin limits change as new data is added.classStatic 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 TypeMethodDescriptionvoidSingleHistogramDomainAxis.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.