Searched refs:stepVal (Results 1 – 2 of 2) sorted by relevance
27 private final double stepVal; field in XYStep31 public XYStep(float stepCount, float stepPix, double stepVal) { in XYStep() argument34 this.stepVal = stepVal; in XYStep()54 return stepVal; in getStepVal()
53 double stepVal = 0; in getStep() local58 stepVal = stepValue; in getStep()65 …stepVal = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*ste… in getStep()70 …stepVal = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*ste… in getStep()73 return new XYStep(stepCount, stepPix, stepVal); in getStep()