Package repast.simphony.chart2
Class AbstractXYChartCreator
java.lang.Object
repast.simphony.chart2.AbstractXYChartCreator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setChartLabel
(String chartLabel) void
setXAxisLabel
(String xAxisLabel) void
setYAxisLabel
(String yAxisLabel)
-
Field Details
-
xAxisLabel
-
yAxisLabel
-
chartLabel
-
-
Constructor Details
-
AbstractXYChartCreator
public AbstractXYChartCreator()
-
-
Method Details
-
setXAxisLabel
- Parameters:
xAxisLabel
- the xAxisLabel to set
-
setYAxisLabel
- Parameters:
yAxisLabel
- the yAxisLabel to set
-
setChartLabel
- Parameters:
chartLabel
- the chartLabel to set
-
getXAxisLabel
- Returns:
- the xAxisLabel
-
getYAxisLabel
- Returns:
- the yAxisLabel
-
getChartLabel
- Returns:
- the chartLabel
-