-
public class StepAn immutable object generated by XYStepCalculator representing a stepping model to be used by an XYPlot.
-
-
Constructor Summary
Constructors Constructor Description Step(double stepCount, double stepPix, double stepVal)
-
Method Summary
Modifier and Type Method Description doublegetStepCount()doublegetStepPix()doublegetStepVal()-
-
Method Detail
-
getStepCount
double getStepCount()
-
getStepPix
double getStepPix()
-
getStepVal
double getStepVal()
-
-
-
-