|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jCharts.axisChart.axis.scale.ScaleCalculator | +--org.jCharts.axisChart.axis.scale.UserDefinedScaleCalculator
Field Summary | |
private double |
userDefinedIncrement
|
private double |
userDefinedMinimum
|
Fields inherited from class org.jCharts.axisChart.axis.scale.ScaleCalculator |
increment |
Constructor Summary | |
UserDefinedScaleCalculator(double userDefinedMinimum,
double userDefinedIncrement)
It would seem to make sense to pass in the min and the max, but we want to allow people to use custom implementations which will be created when the AxisChart constructor gets called and we will not have looped the data to find the min and max yet. |
Method Summary | |
protected void |
computeIncrement()
Computes the axis increment WITHOUT taking into account the user specified rounding criteria and sets it to the super class increment variable. |
Methods inherited from class org.jCharts.axisChart.axis.scale.ScaleCalculator |
computeScaleValues, getIncrement, getMaxValue, getMinValue, getNumberOfScaleItems, getRoundingPowerOfTen, round, roundTheIncrement, setMaxValue, setMinValue, setNumberOfScaleItems, setRoundingPowerOfTen, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private double userDefinedMinimum
private double userDefinedIncrement
Constructor Detail |
public UserDefinedScaleCalculator(double userDefinedMinimum, double userDefinedIncrement)
userDefinedMinimum
- userDefinedIncrement
- Method Detail |
protected void computeIncrement()
computeIncrement
in class ScaleCalculator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |