org.jCharts.chartData.processors
Class AxisChartDataProcessor
java.lang.Object
|
+--org.jCharts.chartData.processors.AxisChartDataProcessor
- Direct Known Subclasses:
- ScatterPlotDataProcessor
- public class AxisChartDataProcessor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
max
private double max
min
private double min
numberOfElementsInADataSet
private int numberOfElementsInADataSet
AxisChartDataProcessor
public AxisChartDataProcessor()
- Constructor
processData
public void processData(AxisChart axisChart,
java.awt.font.FontRenderContext fontRenderContext)
- Method to perform all chart data processing.
- Parameters:
axisChart
-
processDataSet
private void processDataSet(IDataSeries iDataSeries)
- Processes the numeric values in the chart data. If there is a user defined scale
there is no need to call this.
- Parameters:
iDataSeries
-
setMaxValue
void setMaxValue(double max)
getMaxValue
public double getMaxValue()
setMinValue
void setMinValue(double min)
getMinValue
public double getMinValue()
getNumberOfElementsInADataSet
public int getNumberOfElementsInADataSet()