Package repast.simphony.chart2
Class HistogramChartCreator
java.lang.Object
repast.simphony.chart2.AbstractChartCreator
repast.simphony.chart2.HistogramChartCreator
- All Implemented Interfaces:
ChartCreator<HistogramChartDescriptor>
public class HistogramChartCreator
extends AbstractChartCreator
implements ChartCreator<HistogramChartDescriptor>
ChartCreator for creating histogram charts.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateChartComponent
(HistogramChartDescriptor descriptor) Creates and returns the chart components.void
reset()
Resets the creator prior to creating a chart.
-
Constructor Details
-
HistogramChartCreator
-
-
Method Details
-
createChartComponent
Description copied from interface:ChartCreator
Creates and returns the chart components.- Specified by:
createChartComponent
in interfaceChartCreator<HistogramChartDescriptor>
- Returns:
- the created chart components.
-
reset
public void reset()Description copied from interface:ChartCreator
Resets the creator prior to creating a chart.- Specified by:
reset
in interfaceChartCreator<HistogramChartDescriptor>
-