public class GlimpsePanGestureEvent extends GlimpseGestureEvent
Constructor and Description |
---|
GlimpsePanGestureEvent(String source,
GlimpseTargetStack stack,
int x,
int y,
float dx,
float dy) |
Modifier and Type | Method and Description |
---|---|
Axis1D |
getAxis1D() |
Axis2D |
getAxis2D() |
float |
getDx() |
float |
getDy() |
String |
toString() |
GlimpsePanGestureEvent |
withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
getSource, getTargetStack, getX, getY, isHandled, setHandled
public GlimpsePanGestureEvent(String source, GlimpseTargetStack stack, int x, int y, float dx, float dy)
public float getDx()
public float getDy()
public Axis1D getAxis1D()
public Axis2D getAxis2D()
public GlimpsePanGestureEvent withNewTarget(GlimpseTargetStack targetStack, int x, int y)
withNewTarget
in class GlimpseGestureEvent
Copyright © 2013 Metron, Inc.. All rights reserved.