com.esri.arcgis.carto
Class IInkGraphicProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IInkGraphicProxy
All Implemented Interfaces:
IInkGraphic, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IInkGraphicProxy
extends com.esri.arcgis.interop.Dispatch
implements IInkGraphic, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IInkGraphicProxy

public IInkGraphicProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IInkGraphicProxy

public IInkGraphicProxy()
Deprecated. 
For internal use only


IInkGraphicProxy

public IInkGraphicProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IInkGraphicProxy

protected IInkGraphicProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IInkGraphicProxy

protected IInkGraphicProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

create

public void create(java.lang.Object pDisplay,
                   java.lang.Object pInk)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Creates a new element.

Specified by:
create in interface IInkGraphic
Parameters:
pDisplay - A reference to another Object (IUnknown) (in)
pInk - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInk

public java.lang.Object getInk()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Ink used by the Graphic Element.

Specified by:
getInk in interface IInkGraphic
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

public java.lang.Object getRenderer()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The Render used by the Graphic Element.

Specified by:
getRenderer in interface IInkGraphic
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

recognize

public java.lang.String recognize()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The text produced by the text recognizer for this element.

Specified by:
recognize in interface IInkGraphic
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTag

public void setTag(java.lang.Object pTag)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The user defined property associated with this element.

Specified by:
setTag in interface IInkGraphic
Parameters:
pTag - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTag

public java.lang.Object getTag()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The user defined property associated with this element.

Specified by:
getTag in interface IInkGraphic
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

public int getColor()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The current color of the element.

Specified by:
getColor in interface IInkGraphic
Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

public void setColor(int pColor)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The current color of the element.

Specified by:
setColor in interface IInkGraphic
Parameters:
pColor - The pColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

public void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The current width of the element.

Specified by:
setWidth in interface IInkGraphic
Parameters:
pWidth - The pWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The current width of the element.

Specified by:
getWidth in interface IInkGraphic
Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInkGeometry

public java.lang.Object getInkGeometry()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
A copy of the geometry described by the element.

Specified by:
getInkGeometry in interface IInkGraphic
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInkType

public int getInkType()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The Ink type of the graphic.

Specified by:
getInkType in interface IInkGraphic
Returns:
A com.esri.arcgis.carto.ESRITPCPenType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTipType

public void setTipType(int pTipType)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The current tip type of the element.

Specified by:
setTipType in interface IInkGraphic
Parameters:
pTipType - A com.esri.arcgis.carto.ESRITPCStylusType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTipType

public int getTipType()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The current tip type of the element.

Specified by:
getTipType in interface IInkGraphic
Returns:
A com.esri.arcgis.carto.ESRITPCStylusType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateRecognitionResult

public void updateRecognitionResult(java.lang.String newResultText)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Updates the recognition results previously obtained by Recognize.

Specified by:
updateRecognitionResult in interface IInkGraphic
Parameters:
newResultText - The newResultText (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.