|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineInkEnvironment
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID61fe0c4b_89bb_4f7e_b284_f266c708d53f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
clear()
Deletes any active ink from the screen. |
int |
getInkCollectionMode()
Indicates if the extension is collecting ink. |
java.lang.Object |
getInkCollector()
The internal ink collecting object. |
java.lang.Object |
getInkGeometry()
The current Ink sketch as a geometry. |
float |
getToolCommitDelay()
The auto commit delay interval in seconds. |
int |
getToolCommitType()
The ink tool commit type. |
boolean |
isAlwaysShowAlternates()
Indicates if the alternates dialog will always be shown when performing text recognition. |
boolean |
isAutoRecognizeInkGraphics()
Indicates whether to attempt to recognize newly created InkGraphics as text. |
boolean |
isGeneralizeInk()
Indicates whether the Ink should be generalized. |
boolean |
isMapNavigationGesturesEnabled()
Indicates whether the map navigation gestures should be enabled. |
boolean |
isOnlyEraseActiveInkSketch()
Indicates if only the active ink sketch may be erased. |
boolean |
isPressureSensitiveStylus()
Indicates if the ink stylus is pressure-sensitive. |
boolean |
isProjectInkGraphicGeometry()
Indicates whether to project an InkGraphic's Geometry. |
boolean |
isScratchoutEnabled()
Indicates whether the scratch-out gesture should be enabled. |
void |
setAlwaysShowAlternates(boolean showAlternates)
Indicates if the alternates dialog will always be shown when performing text recognition. |
void |
setAutoRecognizeInkGraphics(boolean autoRecognize)
Indicates whether to attempt to recognize newly created InkGraphics as text. |
void |
setGeneralizeInk(boolean generalizeInk)
Indicates whether the Ink should be generalized. |
void |
setMapNavigationGesturesEnabled(boolean pEnabled)
Indicates whether the map navigation gestures should be enabled. |
void |
setOnlyEraseActiveInkSketch(boolean onlyActive)
Indicates if only the active ink sketch may be erased. |
void |
setPressureSensitiveStylus(boolean usePressureSensitive)
Indicates if the ink stylus is pressure-sensitive. |
void |
setProjectInkGraphicGeometry(boolean projectInkGraphics)
Indicates whether to project an InkGraphic's Geometry. |
void |
setScratchoutEnabled(boolean pScratchout)
Indicates whether the scratch-out gesture should be enabled. |
void |
setToolCommitDelay(float pDelay)
The auto commit delay interval in seconds. |
void |
setToolCommitType(int pToolCommitType)
The ink tool commit type. |
void |
start(boolean bGesturesOnly)
Starts obtaining ink from the stylus. |
void |
stop(boolean bKeepInk)
Stops obtaining ink from the stylus. |
Field Detail |
---|
static final int IID61fe0c4b_89bb_4f7e_b284_f266c708d53f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void start(boolean bGesturesOnly) throws java.io.IOException, AutomationException
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.void stop(boolean bKeepInk) throws java.io.IOException, AutomationException
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.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInkCollectionMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getInkCollector() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolCommitType(int pToolCommitType) throws java.io.IOException, AutomationException
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.int getToolCommitType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolCommitDelay(float pDelay) throws java.io.IOException, AutomationException
pDelay
- The pDelay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getToolCommitDelay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPressureSensitiveStylus(boolean usePressureSensitive) throws java.io.IOException, AutomationException
usePressureSensitive
- The usePressureSensitive (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPressureSensitiveStylus() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeneralizeInk(boolean generalizeInk) throws java.io.IOException, AutomationException
generalizeInk
- The generalizeInk (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isGeneralizeInk() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getInkGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoRecognizeInkGraphics(boolean autoRecognize) throws java.io.IOException, AutomationException
autoRecognize
- The autoRecognize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoRecognizeInkGraphics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScratchoutEnabled(boolean pScratchout) throws java.io.IOException, AutomationException
pScratchout
- The pScratchout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScratchoutEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProjectInkGraphicGeometry(boolean projectInkGraphics) throws java.io.IOException, AutomationException
projectInkGraphics
- The projectInkGraphics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isProjectInkGraphicGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlwaysShowAlternates(boolean showAlternates) throws java.io.IOException, AutomationException
showAlternates
- The showAlternates (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlwaysShowAlternates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOnlyEraseActiveInkSketch(boolean onlyActive) throws java.io.IOException, AutomationException
onlyActive
- The onlyActive (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOnlyEraseActiveInkSketch() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapNavigationGesturesEnabled(boolean pEnabled) throws java.io.IOException, AutomationException
pEnabled
- The pEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMapNavigationGesturesEnabled() throws java.io.IOException, AutomationException
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 |