Class BoundedIntervalEvent

java.lang.Object
com.macrofocus.common.interval.BoundedIntervalEvent

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

    • BoundedIntervalEvent

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

    • setNewValues

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

      public String toString()
      Overrides:
      toString in class Object