com.metsci.glimpse.axis.listener.touch
Class AxisGestureListener2D
java.lang.Object
com.metsci.glimpse.axis.listener.touch.AxisGestureListener
com.metsci.glimpse.axis.listener.touch.AxisGestureListener2D
- All Implemented Interfaces:
- GlimpseGestureListener
public class AxisGestureListener2D
- extends AxisGestureListener
An AxisGestureListener for use with GlimpseAxisLayout2D.
- Author:
- ulman
- See Also:
GlimpseAxisLayout2D
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisGestureListener2D
public AxisGestureListener2D()
panDetected
public void panDetected(GlimpsePanGestureEvent event)
pinchDetected
public void pinchDetected(GlimpsePinchGestureEvent event)
applyAndUpdate
public void applyAndUpdate(Axis1D axisX,
Axis1D axisY)
tapDetected
public void tapDetected(GlimpseTapGestureEvent event)
longPressDetected
public void longPressDetected(GlimpseLongPressGestureEvent event)
swipeDetected
public void swipeDetected(GlimpseSwipeGestureEvent event)
Copyright © 2012 Metron, Inc.. All Rights Reserved.