com.esri.arcgis.display
Class ILineCalloutProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.ICalloutProxy
          extended by com.esri.arcgis.display.ILineCalloutProxy
All Implemented Interfaces:
ICallout, ILineCallout, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ILineCallout'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the line callout.' 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 ILineCalloutProxy
extends ICalloutProxy
implements ILineCallout, 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.display.ILineCallout
IID, IIDc8d09ed1_4fbb_11d1_9a72_0080c7ec5c96
 
Fields inherited from interface com.esri.arcgis.display.ICallout
IID6a7ef980_6924_11d2_980d_0080c7e04196
 
Constructor Summary
  ILineCalloutProxy()
          Deprecated. For internal use only
  ILineCalloutProxy(java.lang.Object obj)
          Deprecated.  
protected ILineCalloutProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILineCalloutProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILineCalloutProxy(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.  
 ILineSymbol getAccentBar()
          Deprecated. The line symbol used to render the accent bar.
 IFillSymbol getBorder()
          Deprecated. The fill symbol used to render the border.
 double getGap()
          Deprecated. The gap.
 ILineSymbol getLeaderLine()
          Deprecated. The line symbol used to render the leader line.
 int getStyle()
          Deprecated. The line callout style.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAccentBarByRef(ILineSymbol accentBar)
          Deprecated. The line symbol used to render the accent bar.
 void setBorderByRef(IFillSymbol border)
          Deprecated. The fill symbol used to render the border.
 void setGap(double gap)
          Deprecated. The gap.
 void setLeaderLineByRef(ILineSymbol leaderLine)
          Deprecated. The line symbol used to render the leader line.
 void setStyle(int style)
          Deprecated. The line callout style.
 
Methods inherited from class com.esri.arcgis.display.ICalloutProxy
getAnchorPoint, getLeaderTolerance, setAnchorPoint, setLeaderTolerance
 
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
 
Methods inherited from interface com.esri.arcgis.display.ICallout
getAnchorPoint, getLeaderTolerance, setAnchorPoint, setLeaderTolerance
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILineCalloutProxy

public ILineCalloutProxy(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

ILineCalloutProxy

public ILineCalloutProxy()
Deprecated. 
For internal use only


ILineCalloutProxy

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

ILineCalloutProxy

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

ILineCalloutProxy

protected ILineCalloutProxy(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 ICalloutProxy
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 ICalloutProxy
Throws:
java.io.IOException

getBorder

public IFillSymbol getBorder()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The fill symbol used to render the border.

Specified by:
getBorder in interface ILineCallout
Returns:
A reference to a com.esri.arcgis.display.IFillSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBorderByRef

public void setBorderByRef(IFillSymbol border)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The fill symbol used to render the border.

Specified by:
setBorderByRef in interface ILineCallout
Parameters:
border - A reference to a com.esri.arcgis.display.IFillSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGap

public double getGap()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The gap.

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

setGap

public void setGap(double gap)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The gap.

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

getAccentBar

public ILineSymbol getAccentBar()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The line symbol used to render the accent bar.

Specified by:
getAccentBar in interface ILineCallout
Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAccentBarByRef

public void setAccentBarByRef(ILineSymbol accentBar)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The line symbol used to render the accent bar.

Specified by:
setAccentBarByRef in interface ILineCallout
Parameters:
accentBar - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyle

public int getStyle()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The line callout style.

Specified by:
getStyle in interface ILineCallout
Returns:
A com.esri.arcgis.display.esriLineCalloutStyle constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyle

public void setStyle(int style)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The line callout style.

Specified by:
setStyle in interface ILineCallout
Parameters:
style - A com.esri.arcgis.display.esriLineCalloutStyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLeaderLine

public ILineSymbol getLeaderLine()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The line symbol used to render the leader line.

Specified by:
getLeaderLine in interface ILineCallout
Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeaderLineByRef

public void setLeaderLineByRef(ILineSymbol leaderLine)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The line symbol used to render the leader line.

Specified by:
setLeaderLineByRef in interface ILineCallout
Parameters:
leaderLine - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.