Package repast.simphony.chart2
Class LineChartCreator
java.lang.Object
repast.simphony.chart2.AbstractChartCreator
repast.simphony.chart2.LineChartCreator
- All Implemented Interfaces:
ChartCreator<TimeSeriesChartDescriptor>
public class LineChartCreator
extends AbstractChartCreator
implements ChartCreator<TimeSeriesChartDescriptor>
ChartCreator for creating a line chart.
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jfree.chart.ChartPanelcreateChartComponent(TimeSeriesChartDescriptor descriptor) Creates and returns the chart components.voidreset()Resets the creator prior to creating a chart.voidsetAntiAliasing(boolean antiAliasing)
-
Constructor Details
-
LineChartCreator
public LineChartCreator(org.jfree.data.xy.XYSeriesCollection xydata)
-
-
Method Details
-
setAntiAliasing
public void setAntiAliasing(boolean antiAliasing) -
reset
public void reset()Description copied from interface:ChartCreatorResets the creator prior to creating a chart.- Specified by:
resetin interfaceChartCreator<TimeSeriesChartDescriptor>
-
createChartComponent
Description copied from interface:ChartCreatorCreates and returns the chart components.- Specified by:
createChartComponentin interfaceChartCreator<TimeSeriesChartDescriptor>- Returns:
- the created chart components.
-