Package com.macrofocus.interval
Class BoundedIntervalEvent
- java.lang.Object
-
- com.macrofocus.interval.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()
-