Package org.jCharts.chartData.processors
Class AxisChartDataProcessor
java.lang.Object
org.jCharts.chartData.processors.AxisChartDataProcessor
- Direct Known Subclasses:
ScatterPlotDataProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double
private double
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
int
void
processData
(AxisChart axisChart, FontRenderContext fontRenderContext) Method to perform all chart data processing.private void
processDataSet
(IDataSeries iDataSeries) Processes the numeric values in the chart data.(package private) void
setMaxValue
(double max) (package private) void
setMinValue
(double min)
-
Field Details
-
max
private double max -
min
private double min -
numberOfElementsInADataSet
private int numberOfElementsInADataSet
-
-
Constructor Details
-
AxisChartDataProcessor
public AxisChartDataProcessor()Constructor
-
-
Method Details
-
processData
Method to perform all chart data processing.- Parameters:
axisChart
-
-
processDataSet
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()
-