com.esri.arcgis.controls
Class IEngineInkEnvironmentEventsOnGestureEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IEngineInkEnvironmentEventsOnGestureEvent
All Implemented Interfaces:
Serializable

public class IEngineInkEnvironmentEventsOnGestureEvent
extends EventObject

Description

Fired when an ink stroke is recognized as a gesture. The Ink tool uses ETPC_DownLeft to create graphic elements, ETPC_RightUp to recognize ink and create a text element, and ETPC_Scratchout to erase ink strokes. The ink tools can be extended by listening to OnGesture and responding to other gesture types that are exposed in ESRITPCGestures.

Note OnGesture is supported on the Windows XP Tablet PC Edition only.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IEngineInkEnvironmentEventsOnGestureEvent(Object source)
           
 
Method Summary
 int getGestureType()
           
 Object getHotPoint()
           
 void init(int gestureType, Object hotPoint)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IEngineInkEnvironmentEventsOnGestureEvent

public IEngineInkEnvironmentEventsOnGestureEvent(Object source)
Method Detail

init

public void init(int gestureType,
                 Object hotPoint)

getGestureType

public final int getGestureType()

getHotPoint

public final Object getHotPoint()