Class DragUtils
- java.lang.Object
-
- com.metsci.glimpse.core.plot.timeline.animate.DragUtils
-
public class DragUtils extends Object
Helper methods forDragManager. Most methods which perform simple operations and do not mutate DragManager's state should be placed here. This simplifies the DragManager code so that it only contains high level drag control methods (what to do when the drag starts, ends, the user moves the mouse, etc...).- Author:
- ulman