Package xal.app.knobs

Class KnobElement.CustomLimitsHandler

    • Field Detail

      • _lowerCustomLimit

        protected double _lowerCustomLimit
        lower custom limit
      • _upperCustomLimit

        protected double _upperCustomLimit
        upper custom limit
    • Constructor Detail

      • CustomLimitsHandler

        public CustomLimitsHandler()
        Constructor
    • Method Detail

      • setLowerLimit

        public void setLowerLimit​(double lowerLimit)
        Set the lower custom limit.
        Parameters:
        lowerLimit - the new custom lower limit
      • getLowerLimit

        public double getLowerLimit()
        Get the lower custom limit.
        Returns:
        the lower custom limit
      • getUpperLimit

        public double getUpperLimit()
        Get the upper custom limit.
        Returns:
        the upper custom limit
      • setUpperLimit

        public void setUpperLimit​(double upperLimit)
        Set the upper custom limit.
        Parameters:
        upperLimit - the new custom upper limit