public class LogarithmicDeltaCalculator extends NumericDeltaCalculatorBase
Constructor and Description |
---|
LogarithmicDeltaCalculator() |
Modifier and Type | Method and Description |
---|---|
protected IAxisDelta<java.lang.Double> |
calculateDeltaInternal(double min,
double max,
int minorsPerMajor,
int maxTicks)
Calculates axis delta for specified arguments passed in
|
double |
getLogarithmicBase()
Gets the logarithmic base this delta calculator
|
void |
setLogarithmicBase(double logarithmicBase)
Sets the logarithmic base this delta calculator
|
getDeltaFromRange
public final double getLogarithmicBase()
public final void setLogarithmicBase(double logarithmicBase)
logarithmicBase
- Logarithmic base value to be set.protected IAxisDelta<java.lang.Double> calculateDeltaInternal(double min, double max, int minorsPerMajor, int maxTicks)
calculateDeltaInternal
in class NumericDeltaCalculatorBase
min
- The axis VisibleRange min valuemax
- The axis VisibleRange max valueminorsPerMajor
- The number of Minor Delta ticks per Major TickmaxTicks
- The max ticksIAxisDelta
instance