Searched refs:stepValue (Results 1 – 1 of 1) sorted by relevance
51 …public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minV… in getStep() argument58 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()