com.esri.arcgis.controls
Class IEngineInkEnvironmentProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.controls.IEngineInkEnvironmentProxy
All Implemented Interfaces:
IEngineInkEnvironment, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IEngineInkEnvironment'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that control the EngineInkEnvironment singleton.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class IEngineInkEnvironmentProxy
extends com.esri.arcgis.interop.Dispatch
implements IEngineInkEnvironment, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.controls.IEngineInkEnvironment
IID, IID61fe0c4b_89bb_4f7e_b284_f266c708d53f
 
Constructor Summary
  IEngineInkEnvironmentProxy()
          Deprecated. For internal use only
  IEngineInkEnvironmentProxy(java.lang.Object obj)
          Deprecated.  
protected IEngineInkEnvironmentProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IEngineInkEnvironmentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IEngineInkEnvironmentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clear()
          Deprecated. Deletes any active ink from the screen.
 int getInkCollectionMode()
          Deprecated. Indicates if the extension is collecting ink.
 java.lang.Object getInkCollector()
          Deprecated. The internal ink collecting object.
 java.lang.Object getInkGeometry()
          Deprecated. The current Ink sketch as a geometry.
 float getToolCommitDelay()
          Deprecated. The auto commit delay interval in seconds.
 int getToolCommitType()
          Deprecated. The ink tool commit type.
 boolean isAlwaysShowAlternates()
          Deprecated. Indicates if the alternates dialog will always be shown when performing text recognition.
 boolean isAutoRecognizeInkGraphics()
          Deprecated. Indicates whether to attempt to recognize newly created InkGraphics as text.
 boolean isGeneralizeInk()
          Deprecated. Indicates whether the Ink should be generalized.
 boolean isMapNavigationGesturesEnabled()
          Deprecated. Indicates whether the map navigation gestures should be enabled.
 boolean isOnlyEraseActiveInkSketch()
          Deprecated. Indicates if only the active ink sketch may be erased.
 boolean isPressureSensitiveStylus()
          Deprecated. Indicates if the ink stylus is pressure-sensitive.
 boolean isProjectInkGraphicGeometry()
          Deprecated. Indicates whether to project an InkGraphic's Geometry.
 boolean isScratchoutEnabled()
          Deprecated. Indicates whether the scratch-out gesture should be enabled.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAlwaysShowAlternates(boolean showAlternates)
          Deprecated. Indicates if the alternates dialog will always be shown when performing text recognition.
 void setAutoRecognizeInkGraphics(boolean autoRecognize)
          Deprecated. Indicates whether to attempt to recognize newly created InkGraphics as text.
 void setGeneralizeInk(boolean generalizeInk)
          Deprecated. Indicates whether the Ink should be generalized.
 void setMapNavigationGesturesEnabled(boolean pEnabled)
          Deprecated. Indicates whether the map navigation gestures should be enabled.
 void setOnlyEraseActiveInkSketch(boolean onlyActive)
          Deprecated. Indicates if only the active ink sketch may be erased.
 void setPressureSensitiveStylus(boolean usePressureSensitive)
          Deprecated. Indicates if the ink stylus is pressure-sensitive.
 void setProjectInkGraphicGeometry(boolean projectInkGraphics)
          Deprecated. Indicates whether to project an InkGraphic's Geometry.
 void setScratchoutEnabled(boolean pScratchout)
          Deprecated. Indicates whether the scratch-out gesture should be enabled.
 void setToolCommitDelay(float pDelay)
          Deprecated. The auto commit delay interval in seconds.
 void setToolCommitType(int pToolCommitType)
          Deprecated. The ink tool commit type.
 void start(boolean bGesturesOnly)
          Deprecated. Starts obtaining ink from the stylus.
 void stop(boolean bKeepInk)
          Deprecated. Stops obtaining ink from the stylus.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IEngineInkEnvironmentProxy

public IEngineInkEnvironmentProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IEngineInkEnvironmentProxy

public IEngineInkEnvironmentProxy()
Deprecated. 
For internal use only


IEngineInkEnvironmentProxy

public IEngineInkEnvironmentProxy(java.lang.Object obj)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IEngineInkEnvironmentProxy

protected IEngineInkEnvironmentProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IEngineInkEnvironmentProxy

protected IEngineInkEnvironmentProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

start

public void start(boolean bGesturesOnly)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Starts obtaining ink from the stylus.

Specified by:
start in interface IEngineInkEnvironment
Parameters:
bGesturesOnly - The bGesturesOnly (in, optional, pass false if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

public void stop(boolean bKeepInk)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Stops obtaining ink from the stylus.

Specified by:
stop in interface IEngineInkEnvironment
Parameters:
bKeepInk - The bKeepInk (in, optional, pass false if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

public void clear()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Deletes any active ink from the screen.

Specified by:
clear in interface IEngineInkEnvironment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInkCollectionMode

public int getInkCollectionMode()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the extension is collecting ink.

Specified by:
getInkCollectionMode in interface IEngineInkEnvironment
Returns:
A com.esri.arcgis.controls.esriEngineInkCollectionMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInkCollector

public java.lang.Object getInkCollector()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The internal ink collecting object.

Specified by:
getInkCollector in interface IEngineInkEnvironment
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolCommitType

public void setToolCommitType(int pToolCommitType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The ink tool commit type.

Specified by:
setToolCommitType in interface IEngineInkEnvironment
Parameters:
pToolCommitType - A com.esri.arcgis.controls.esriEngineInkToolCommitType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToolCommitType

public int getToolCommitType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The ink tool commit type.

Specified by:
getToolCommitType in interface IEngineInkEnvironment
Returns:
A com.esri.arcgis.controls.esriEngineInkToolCommitType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolCommitDelay

public void setToolCommitDelay(float pDelay)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The auto commit delay interval in seconds.

Specified by:
setToolCommitDelay in interface IEngineInkEnvironment
Parameters:
pDelay - The pDelay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToolCommitDelay

public float getToolCommitDelay()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The auto commit delay interval in seconds.

Specified by:
getToolCommitDelay in interface IEngineInkEnvironment
Returns:
The pDelay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPressureSensitiveStylus

public void setPressureSensitiveStylus(boolean usePressureSensitive)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the ink stylus is pressure-sensitive.

Specified by:
setPressureSensitiveStylus in interface IEngineInkEnvironment
Parameters:
usePressureSensitive - The usePressureSensitive (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPressureSensitiveStylus

public boolean isPressureSensitiveStylus()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates if the ink stylus is pressure-sensitive.

Specified by:
isPressureSensitiveStylus in interface IEngineInkEnvironment
Returns:
The usePressureSensitive
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeneralizeInk

public void setGeneralizeInk(boolean generalizeInk)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether the Ink should be generalized.

Specified by:
setGeneralizeInk in interface IEngineInkEnvironment
Parameters:
generalizeInk - The generalizeInk (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGeneralizeInk

public boolean isGeneralizeInk()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether the Ink should be generalized.

Specified by:
isGeneralizeInk in interface IEngineInkEnvironment
Returns:
The generalizeInk
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInkGeometry

public java.lang.Object getInkGeometry()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The current Ink sketch as a geometry.

Specified by:
getInkGeometry in interface IEngineInkEnvironment
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoRecognizeInkGraphics

public void setAutoRecognizeInkGraphics(boolean autoRecognize)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether to attempt to recognize newly created InkGraphics as text.

Specified by:
setAutoRecognizeInkGraphics in interface IEngineInkEnvironment
Parameters:
autoRecognize - The autoRecognize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoRecognizeInkGraphics

public boolean isAutoRecognizeInkGraphics()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates whether to attempt to recognize newly created InkGraphics as text.

Specified by:
isAutoRecognizeInkGraphics in interface IEngineInkEnvironment
Returns:
The autoRecognize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScratchoutEnabled

public void setScratchoutEnabled(boolean pScratchout)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether the scratch-out gesture should be enabled.

Specified by:
setScratchoutEnabled in interface IEngineInkEnvironment
Parameters:
pScratchout - The pScratchout (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isScratchoutEnabled

public boolean isScratchoutEnabled()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether the scratch-out gesture should be enabled.

Specified by:
isScratchoutEnabled in interface IEngineInkEnvironment
Returns:
The pScratchout
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProjectInkGraphicGeometry

public void setProjectInkGraphicGeometry(boolean projectInkGraphics)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates whether to project an InkGraphic's Geometry.

Specified by:
setProjectInkGraphicGeometry in interface IEngineInkEnvironment
Parameters:
projectInkGraphics - The projectInkGraphics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isProjectInkGraphicGeometry

public boolean isProjectInkGraphicGeometry()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates whether to project an InkGraphic's Geometry.

Specified by:
isProjectInkGraphicGeometry in interface IEngineInkEnvironment
Returns:
The projectInkGraphics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlwaysShowAlternates

public void setAlwaysShowAlternates(boolean showAlternates)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the alternates dialog will always be shown when performing text recognition.

Specified by:
setAlwaysShowAlternates in interface IEngineInkEnvironment
Parameters:
showAlternates - The showAlternates (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAlwaysShowAlternates

public boolean isAlwaysShowAlternates()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the alternates dialog will always be shown when performing text recognition.

Specified by:
isAlwaysShowAlternates in interface IEngineInkEnvironment
Returns:
The showAlternates
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOnlyEraseActiveInkSketch

public void setOnlyEraseActiveInkSketch(boolean onlyActive)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if only the active ink sketch may be erased.

Specified by:
setOnlyEraseActiveInkSketch in interface IEngineInkEnvironment
Parameters:
onlyActive - The onlyActive (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOnlyEraseActiveInkSketch

public boolean isOnlyEraseActiveInkSketch()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates if only the active ink sketch may be erased.

Specified by:
isOnlyEraseActiveInkSketch in interface IEngineInkEnvironment
Returns:
The onlyActive
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapNavigationGesturesEnabled

public void setMapNavigationGesturesEnabled(boolean pEnabled)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates whether the map navigation gestures should be enabled.

Specified by:
setMapNavigationGesturesEnabled in interface IEngineInkEnvironment
Parameters:
pEnabled - The pEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMapNavigationGesturesEnabled

public boolean isMapNavigationGesturesEnabled()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates whether the map navigation gestures should be enabled.

Specified by:
isMapNavigationGesturesEnabled in interface IEngineInkEnvironment
Returns:
The pEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.