Class Zoom

    • Field Detail

      • m_Minimum

        protected double m_Minimum
        the minimum.
      • m_Maximum

        protected double m_Maximum
        the maximum.
    • Constructor Detail

      • Zoom

        public Zoom​(double min,
                    double max)
        Initializes the container.
        Parameters:
        min - the minimum
        max - the maximum
    • Method Detail

      • getMinimum

        public double getMinimum()
        Returns the stored minimum.
        Returns:
        the minimum
      • getMaximum

        public double getMaximum()
        Returns the stored maximum.
        Returns:
        the maximum
      • toString

        public String toString()
        Returns the zoom as string.
        Overrides:
        toString in class Object
        Returns:
        the zoom as string