Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStepCalculator.java51 …public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minV… in getStep() argument
58 stepVal = stepValue; in getStep()
59 …stepPix = (float)(stepValue/ ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(),… in getStep()
63 stepPix = new Double(stepValue).floatValue(); in getStep()
68 stepCount = new Double(stepValue).floatValue(); in getStep()