Package 

Class Step


  • 
    public class Step
    
                        

    An immutable object generated by XYStepCalculator representing a stepping model to be used by an XYPlot.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final double stepCount
      private final double stepPix
      private final double stepVal
    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Step

        Step(double stepCount, double stepPix, double stepVal)