org.jCharts.axisChart.axis.scale
Class AutomaticScaleCalculator
java.lang.Object
org.jCharts.axisChart.axis.scale.ScaleCalculator
org.jCharts.axisChart.axis.scale.AutomaticScaleCalculator
public class AutomaticScaleCalculator
- extends ScaleCalculator
Method Summary |
void |
computeIncrement()
Computes the axis increment taking into account the user specified criteria. |
Methods inherited from class org.jCharts.axisChart.axis.scale.ScaleCalculator |
computeScaleValues, getIncrement, getMaxValue, getMinValue, getNumberOfScaleItems, getRoundingPowerOfTen, round, roundTheIncrement, setMaxValue, setMinValue, setNumberOfScaleItems, setRoundingPowerOfTen, toString |
AutomaticScaleCalculator
public AutomaticScaleCalculator()
computeIncrement
public void computeIncrement()
- Computes the axis increment taking into account the user specified criteria.
- Specified by:
computeIncrement
in class ScaleCalculator