Class LimitControlSetting


  • public class LimitControlSetting
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LimitControlSetting​(float startValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void adjust​(float increment)  
      float getValue()  
      • Methods inherited from class java.lang.Object

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

      • value

        float value
    • Constructor Detail

      • LimitControlSetting

        public LimitControlSetting​(float startValue)
    • Method Detail

      • getValue

        public float getValue()
        Returns:
        float between 0.0 and 1.0f
      • adjust

        public void adjust​(float increment)