Class GlimpseLongPressGestureEvent
- java.lang.Object
-
- com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
-
- com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
-
public class GlimpseLongPressGestureEvent extends GlimpseGestureEvent
-
-
Constructor Summary
Constructors Constructor Description GlimpseLongPressGestureEvent(String source, GlimpseTargetStack stack, int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Axis1DgetAxis1D()Axis2DgetAxis2D()StringtoString()GlimpseLongPressGestureEventwithNewTarget(GlimpseTargetStack targetStack, int x, int y)-
Methods inherited from class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
getSource, getTargetStack, getX, getY, isHandled, setHandled
-
-
-
-
Constructor Detail
-
GlimpseLongPressGestureEvent
public GlimpseLongPressGestureEvent(String source, GlimpseTargetStack stack, int x, int y)
-
-
Method Detail
-
getAxis1D
public Axis1D getAxis1D()
-
getAxis2D
public Axis2D getAxis2D()
-
withNewTarget
public GlimpseLongPressGestureEvent withNewTarget(GlimpseTargetStack targetStack, int x, int y)
- Overrides:
withNewTargetin classGlimpseGestureEvent
-
-