-
public class Step
An 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 double
getStepCount()
double
getStepPix()
double
getStepVal()
-
-
Method Detail
-
getStepCount
double getStepCount()
-
getStepPix
double getStepPix()
-
getStepVal
double getStepVal()
-
-
-
-