Class BoundedIntervalEvent


  • public class BoundedIntervalEvent
    extends java.lang.Object
    /** An event that characterizes a change in the current interval.
    • Constructor Summary

      Constructors 
      Constructor Description
      BoundedIntervalEvent​(double oldMinimum, double oldMaximum, double oldMinimumExtent, double oldMaximumExtent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setNewValues​(double newMinimum, double newMaximum, double newMinimumExtent, double newMaximumExtent)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • BoundedIntervalEvent

        public BoundedIntervalEvent​(double oldMinimum,
                                    double oldMaximum,
                                    double oldMinimumExtent,
                                    double oldMaximumExtent)
    • Method Detail

      • setNewValues

        public void setNewValues​(double newMinimum,
                                 double newMaximum,
                                 double newMinimumExtent,
                                 double newMaximumExtent)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object