Package repast.simphony.chart2
Interface ChartCreator<T extends Descriptor>
- All Known Implementing Classes:
HistogramChartCreator
,LineChartCreator
public interface ChartCreator<T extends Descriptor>
Interface for classes that can create charts.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptioncreateChartComponent
(T descriptor) Creates and returns the chart components.void
reset()
Resets the creator prior to creating a chart.
-
Method Details
-
createChartComponent
Creates and returns the chart components.- Returns:
- the created chart components.
-
reset
void reset()Resets the creator prior to creating a chart.
-