|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInkGraphic
Provides access to the InkGraphic object.
Provides access to the properties and method of InkGraphic. See InkGraphic for more information on this graphic type.
| Method Summary | |
|---|---|
void |
create(Object pDisplay,
Object pInk)
Creates a new element. |
int |
getColor()
The current color of the element. |
Object |
getInk()
The Ink used by the Graphic Element. |
Object |
getInkGeometry()
A copy of the geometry described by the element. |
int |
getInkType()
The Ink type of the graphic. |
Object |
getRenderer()
The Render used by the Graphic Element. |
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. |
String |
recognize()
The text produced by the text recognizer for this element. |
void |
setColor(int pColor)
The current color of the element. |
void |
setTag(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(String newResultText)
Updates the recognition results previously obtained by Recognize. |
| Method Detail |
|---|
void create(Object pDisplay,
Object pInk)
throws IOException,
AutomationException
pDisplay - A reference to another Object (IUnknown) (in)pInk - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getInk()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String recognize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTag(Object pTag)
throws IOException,
AutomationException
pTag - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getTag()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColor(int pColor)
throws IOException,
AutomationException
pColor - The pColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int pWidth)
throws IOException,
AutomationException
pWidth - The pWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getInkGeometry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getInkType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTipType(int pTipType)
throws IOException,
AutomationException
pTipType - A com.esri.arcgis.carto.ESRITPCStylusType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTipType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateRecognitionResult(String newResultText)
throws IOException,
AutomationException
newResultText - The newResultText (in)
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 | ||||||||