|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.IEngineInkEnvironmentProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IEngineInkEnvironmentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IEngineInkEnvironmentProxy()
public IEngineInkEnvironmentProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEngineInkEnvironmentProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEngineInkEnvironmentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void start(boolean bGesturesOnly) throws java.io.IOException, AutomationException
start
in interface IEngineInkEnvironment
bGesturesOnly
- The bGesturesOnly (in, optional, pass false if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop(boolean bKeepInk) throws java.io.IOException, AutomationException
stop
in interface IEngineInkEnvironment
bKeepInk
- The bKeepInk (in, optional, pass false if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInkCollectionMode() throws java.io.IOException, AutomationException
getInkCollectionMode
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getInkCollector() throws java.io.IOException, AutomationException
getInkCollector
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToolCommitType(int pToolCommitType) throws java.io.IOException, AutomationException
setToolCommitType
in interface IEngineInkEnvironment
pToolCommitType
- A com.esri.arcgis.controls.esriEngineInkToolCommitType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getToolCommitType() throws java.io.IOException, AutomationException
getToolCommitType
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToolCommitDelay(float pDelay) throws java.io.IOException, AutomationException
setToolCommitDelay
in interface IEngineInkEnvironment
pDelay
- The pDelay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public float getToolCommitDelay() throws java.io.IOException, AutomationException
getToolCommitDelay
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPressureSensitiveStylus(boolean usePressureSensitive) throws java.io.IOException, AutomationException
setPressureSensitiveStylus
in interface IEngineInkEnvironment
usePressureSensitive
- The usePressureSensitive (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPressureSensitiveStylus() throws java.io.IOException, AutomationException
isPressureSensitiveStylus
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeneralizeInk(boolean generalizeInk) throws java.io.IOException, AutomationException
setGeneralizeInk
in interface IEngineInkEnvironment
generalizeInk
- The generalizeInk (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGeneralizeInk() throws java.io.IOException, AutomationException
isGeneralizeInk
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getInkGeometry() throws java.io.IOException, AutomationException
getInkGeometry
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoRecognizeInkGraphics(boolean autoRecognize) throws java.io.IOException, AutomationException
setAutoRecognizeInkGraphics
in interface IEngineInkEnvironment
autoRecognize
- The autoRecognize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoRecognizeInkGraphics() throws java.io.IOException, AutomationException
isAutoRecognizeInkGraphics
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScratchoutEnabled(boolean pScratchout) throws java.io.IOException, AutomationException
setScratchoutEnabled
in interface IEngineInkEnvironment
pScratchout
- The pScratchout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isScratchoutEnabled() throws java.io.IOException, AutomationException
isScratchoutEnabled
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProjectInkGraphicGeometry(boolean projectInkGraphics) throws java.io.IOException, AutomationException
setProjectInkGraphicGeometry
in interface IEngineInkEnvironment
projectInkGraphics
- The projectInkGraphics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isProjectInkGraphicGeometry() throws java.io.IOException, AutomationException
isProjectInkGraphicGeometry
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlwaysShowAlternates(boolean showAlternates) throws java.io.IOException, AutomationException
setAlwaysShowAlternates
in interface IEngineInkEnvironment
showAlternates
- The showAlternates (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAlwaysShowAlternates() throws java.io.IOException, AutomationException
isAlwaysShowAlternates
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOnlyEraseActiveInkSketch(boolean onlyActive) throws java.io.IOException, AutomationException
setOnlyEraseActiveInkSketch
in interface IEngineInkEnvironment
onlyActive
- The onlyActive (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOnlyEraseActiveInkSketch() throws java.io.IOException, AutomationException
isOnlyEraseActiveInkSketch
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapNavigationGesturesEnabled(boolean pEnabled) throws java.io.IOException, AutomationException
setMapNavigationGesturesEnabled
in interface IEngineInkEnvironment
pEnabled
- The pEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMapNavigationGesturesEnabled() throws java.io.IOException, AutomationException
isMapNavigationGesturesEnabled
in interface IEngineInkEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |