Package repast.simphony.chart2.engine
Class HistogramChartDescriptor
java.lang.Object
repast.simphony.scenario.AbstractDescriptor
repast.simphony.chart2.engine.ChartDescriptor
repast.simphony.chart2.engine.HistogramChartDescriptor
- All Implemented Interfaces:
Descriptor
ChartDescriptor for histogram type charts.
- Author:
- Nick Collier
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class repast.simphony.chart2.engine.ChartDescriptor
ChartDescriptor.ChartType -
Field Summary
Fields inherited from class repast.simphony.chart2.engine.ChartDescriptor
background, chartTitle, dataSet, gridLineColor, showGrid, showLegend, type, xAxisLabel, yAxisLabelFields inherited from class repast.simphony.scenario.AbstractDescriptor
scs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoublegetMax()doublegetMin()voidsetBarColor(Color barColor) voidsetBinCount(int binCount) voidvoidsetMax(double max) voidsetMin(double min) voidsetOutOfRangeHandling(OutOfRangeHandling outOfRange) voidsetSourceId(String sourceId) Methods inherited from class repast.simphony.chart2.engine.ChartDescriptor
doShowLegend, getBackground, getChartTitle, getDataSet, getGridLineColor, getXAxisLabel, getYAxisLabel, isShowGrid, setBackground, setChartTitle, setDataSet, setGridLineColor, setShowGrid, setShowLegend, setXAxisLabel, setYAxisLabelMethods inherited from class repast.simphony.scenario.AbstractDescriptor
addScenarioChangedListener, getName, readResolve, setName
-
Constructor Details
-
HistogramChartDescriptor
-
-
Method Details
-
getBarColor
- Returns:
- the barColor
-
setBarColor
- Parameters:
barColor- the barColor to set
-
getHistType
- Returns:
- the histType
-
setHistType
- Parameters:
histType- the histType to set
-
getBinCount
public int getBinCount()- Returns:
- the binCount
-
setBinCount
public void setBinCount(int binCount) - Parameters:
binCount- the binCount to set
-
getSourceId
- Returns:
- the sourceId
-
setSourceId
- Parameters:
sourceId- the sourceId to set
-
getOutOfRangeHandling
- Returns:
- the outOfRange
-
setOutOfRangeHandling
- Parameters:
outOfRange- the outOfRange to set
-
getMin
public double getMin()- Returns:
- the min
-
setMin
public void setMin(double min) - Parameters:
min- the min to set
-
getMax
public double getMax()- Returns:
- the max
-
setMax
public void setMax(double max) - Parameters:
max- the max to set
-