Home
last modified time | relevance | path

Searched refs:stepVal (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStep.java27 private final double stepVal; field in XYStep
31 public XYStep(float stepCount, float stepPix, double stepVal) { in XYStep() argument
34 this.stepVal = stepVal; in XYStep()
54 return stepVal; in getStepVal()
DXYStepCalculator.java53 double stepVal = 0; in getStep() local
58 stepVal = stepValue; in getStep()
65stepVal = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*ste… in getStep()
70stepVal = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*ste… in getStep()
73 return new XYStep(stepCount, stepPix, stepVal); in getStep()