Package 

Class StepModel


  • 
    public class StepModel
    
                        

    Encapsulates a set of stepping parameters for a single axis.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private StepMode mode
      private double value
    • Constructor Summary

      Constructors 
      Constructor Description
      StepModel(StepMode mode, double value)
    • Method Summary

      Modifier and Type Method Description
      StepMode getMode()
      void setMode(StepMode mode)
      double getValue()
      void setValue(double value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait