Package repast.simphony.chart2
Class AbstractXYChartCreator
java.lang.Object
repast.simphony.chart2.AbstractXYChartCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChartLabel(String chartLabel) voidsetXAxisLabel(String xAxisLabel) voidsetYAxisLabel(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
-