com.metsci.glimpse.axis.listener.touch
Class AxisGestureListener1D

java.lang.Object
  extended by com.metsci.glimpse.axis.listener.touch.AxisGestureListener
      extended by com.metsci.glimpse.axis.listener.touch.AxisGestureListener1D
All Implemented Interfaces:
GlimpseGestureListener

public class AxisGestureListener1D
extends AxisGestureListener


Field Summary
 
Fields inherited from class com.metsci.glimpse.axis.listener.touch.AxisGestureListener
zoomConstant
 
Constructor Summary
AxisGestureListener1D()
           
 
Method Summary
 void longPressDetected(GlimpseLongPressGestureEvent event)
           
 void panDetected(GlimpsePanGestureEvent event)
           
 void pinchDetected(GlimpsePinchGestureEvent event)
           
 void swipeDetected(GlimpseSwipeGestureEvent event)
           
 void tapDetected(GlimpseTapGestureEvent event)
           
 
Methods inherited from class com.metsci.glimpse.axis.listener.touch.AxisGestureListener
addAxisGestureListener, move, pan, setAllowPan, setAllowSelectionLock, setAllowSelectionZoom, setAllowZoom, toggleSelectionLock, zoom, zoomSelection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisGestureListener1D

public AxisGestureListener1D()
Method Detail

panDetected

public void panDetected(GlimpsePanGestureEvent event)

pinchDetected

public void pinchDetected(GlimpsePinchGestureEvent event)

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.