|
|||||||||
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.carto.IInkGraphicProxy
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 =
public class IInkGraphicProxy
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.carto.IInkGraphic |
---|
IID, IID9a36b19b_2258_4046_bde3_0d4f647e9c37 |
Constructor Summary | |
---|---|
|
IInkGraphicProxy()
Deprecated. For internal use only |
|
IInkGraphicProxy(java.lang.Object obj)
Deprecated. |
protected |
IInkGraphicProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IInkGraphicProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IInkGraphicProxy(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 |
create(java.lang.Object pDisplay,
java.lang.Object pInk)
Deprecated. Creates a new element. |
int |
getColor()
Deprecated. The current color of the element. |
java.lang.Object |
getInk()
Deprecated. The Ink used by the Graphic Element. |
java.lang.Object |
getInkGeometry()
Deprecated. A copy of the geometry described by the element. |
int |
getInkType()
Deprecated. The Ink type of the graphic. |
java.lang.Object |
getRenderer()
Deprecated. The Render used by the Graphic Element. |
java.lang.Object |
getTag()
Deprecated. The user defined property associated with this element. |
int |
getTipType()
Deprecated. The current tip type of the element. |
int |
getWidth()
Deprecated. The current width of the element. |
java.lang.String |
recognize()
Deprecated. The text produced by the text recognizer for this element. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColor(int pColor)
Deprecated. The current color of the element. |
void |
setTag(java.lang.Object pTag)
Deprecated. The user defined property associated with this element. |
void |
setTipType(int pTipType)
Deprecated. The current tip type of the element. |
void |
setWidth(int pWidth)
Deprecated. The current width of the element. |
void |
updateRecognitionResult(java.lang.String newResultText)
Deprecated. Updates the recognition results previously obtained by Recognize. |
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 IInkGraphicProxy(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 IInkGraphicProxy()
public IInkGraphicProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IInkGraphicProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IInkGraphicProxy(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 create(java.lang.Object pDisplay, java.lang.Object pInk) throws java.io.IOException, AutomationException
create
in interface IInkGraphic
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.public java.lang.Object getInk() throws java.io.IOException, AutomationException
getInk
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getRenderer() throws java.io.IOException, AutomationException
getRenderer
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String recognize() throws java.io.IOException, AutomationException
recognize
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTag(java.lang.Object pTag) throws java.io.IOException, AutomationException
setTag
in interface IInkGraphic
pTag
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getTag() throws java.io.IOException, AutomationException
getTag
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColor() throws java.io.IOException, AutomationException
getColor
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(int pColor) throws java.io.IOException, AutomationException
setColor
in interface IInkGraphic
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int pWidth) throws java.io.IOException, AutomationException
setWidth
in interface IInkGraphic
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IInkGraphic
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 IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInkType() throws java.io.IOException, AutomationException
getInkType
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipType(int pTipType) throws java.io.IOException, AutomationException
setTipType
in interface IInkGraphic
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.public int getTipType() throws java.io.IOException, AutomationException
getTipType
in interface IInkGraphic
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateRecognitionResult(java.lang.String newResultText) throws java.io.IOException, AutomationException
updateRecognitionResult
in interface IInkGraphic
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 |