|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInkGraphic
COM Interface 'IInkGraphic'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the InkGraphic object.' 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 |
IID9a36b19b_2258_4046_bde3_0d4f647e9c37
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
create(java.lang.Object pDisplay,
java.lang.Object pInk)
Creates a new element. |
int |
getColor()
The current color of the element. |
java.lang.Object |
getInk()
The Ink used by the Graphic Element. |
java.lang.Object |
getInkGeometry()
A copy of the geometry described by the element. |
int |
getInkType()
The Ink type of the graphic. |
java.lang.Object |
getRenderer()
The Render used by the Graphic Element. |
java.lang.Object |
getTag()
The user defined property associated with this element. |
int |
getTipType()
The current tip type of the element. |
int |
getWidth()
The current width of the element. |
java.lang.String |
recognize()
The text produced by the text recognizer for this element. |
void |
setColor(int pColor)
The current color of the element. |
void |
setTag(java.lang.Object pTag)
The user defined property associated with this element. |
void |
setTipType(int pTipType)
The current tip type of the element. |
void |
setWidth(int pWidth)
The current width of the element. |
void |
updateRecognitionResult(java.lang.String newResultText)
Updates the recognition results previously obtained by Recognize. |
Field Detail |
---|
static final int IID9a36b19b_2258_4046_bde3_0d4f647e9c37
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void create(java.lang.Object pDisplay, java.lang.Object pInk) throws java.io.IOException, AutomationException
pDisplay
- A reference to another Object (IUnknown) (in)pInk
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getInk() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String recognize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTag(java.lang.Object pTag) throws java.io.IOException, AutomationException
pTag
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getTag() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() 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.int getInkType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTipType(int pTipType) throws java.io.IOException, AutomationException
pTipType
- A com.esri.arcgis.carto.ESRITPCStylusType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTipType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateRecognitionResult(java.lang.String newResultText) throws java.io.IOException, AutomationException
newResultText
- The newResultText (in)
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 |