com.metsci.glimpse.event.touch
Class GlimpseLongPressGestureEvent

java.lang.Object
  extended by com.metsci.glimpse.event.touch.GlimpseGestureEvent
      extended by com.metsci.glimpse.event.touch.GlimpseLongPressGestureEvent

public class GlimpseLongPressGestureEvent
extends GlimpseGestureEvent


Constructor Summary
GlimpseLongPressGestureEvent(java.lang.String source, GlimpseTargetStack stack, float x, float y)
           
 
Method Summary
 Axis1D getAxis1D()
           
 Axis2D getAxis2D()
           
 java.lang.String getSource()
           
 GlimpseTargetStack getTargetStack()
           
 float getX()
           
 float getY()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlimpseLongPressGestureEvent

public GlimpseLongPressGestureEvent(java.lang.String source,
                                    GlimpseTargetStack stack,
                                    float x,
                                    float y)
Method Detail

getSource

public java.lang.String getSource()

getX

public float getX()

getY

public float getY()

getTargetStack

public GlimpseTargetStack getTargetStack()

getAxis1D

public Axis1D getAxis1D()

getAxis2D

public Axis2D getAxis2D()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 Metron, Inc.. All Rights Reserved.