com.metsci.glimpse.event.touch
Class GlimpsePinchGestureEvent
java.lang.Object
com.metsci.glimpse.event.touch.GlimpseGestureEvent
com.metsci.glimpse.event.touch.GlimpsePinchGestureEvent
public class GlimpsePinchGestureEvent
- extends GlimpseGestureEvent
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GlimpsePinchGestureEvent
public GlimpsePinchGestureEvent(java.lang.String source,
GlimpseTargetStack stack,
float xCenterPixel,
float yCenterPixel,
float scale)
getSource
public java.lang.String getSource()
getScale
public float getScale()
getCenterPixelX
public float getCenterPixelX()
getCenterPixelY
public float getCenterPixelY()
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.