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 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, yAxisLabel
Fields inherited from class repast.simphony.scenario.AbstractDescriptor
scs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
double
getMax()
double
getMin()
void
setBarColor
(Color barColor) void
setBinCount
(int binCount) void
void
setMax
(double max) void
setMin
(double min) void
setOutOfRangeHandling
(OutOfRangeHandling outOfRange) void
setSourceId
(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, setYAxisLabel
Methods 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
-