com.esri.arcgis.display
Class IBalloonCalloutProxy

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

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

Description: 'Provides access to members that control the balloon 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 IBalloonCalloutProxy
extends ICalloutProxy
implements IBalloonCallout, 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.IBalloonCallout
IID, IIDc8d09ed0_4fbb_11d1_9a72_0080c7ec5c96
 
Fields inherited from interface com.esri.arcgis.display.ICallout
IID6a7ef980_6924_11d2_980d_0080c7e04196
 
Constructor Summary
  IBalloonCalloutProxy()
          Deprecated. For internal use only
  IBalloonCalloutProxy(java.lang.Object obj)
          Deprecated.  
protected IBalloonCalloutProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IBalloonCalloutProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IBalloonCalloutProxy(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.  
 int getStyle()
          Deprecated. The balloon callout style.
 IFillSymbol getSymbol()
          Deprecated. The fill symbol.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setStyle(int style)
          Deprecated. The balloon callout style.
 void setSymbolByRef(IFillSymbol fillSym)
          Deprecated. The fill symbol.
 
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

IBalloonCalloutProxy

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

IBalloonCalloutProxy

public IBalloonCalloutProxy()
Deprecated. 
For internal use only


IBalloonCalloutProxy

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

IBalloonCalloutProxy

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

IBalloonCalloutProxy

protected IBalloonCalloutProxy(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

getStyle

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

Specified by:
getStyle in interface IBalloonCallout
Returns:
A com.esri.arcgis.display.esriBalloonCalloutStyle 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 balloon callout style.

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

getSymbol

public IFillSymbol getSymbol()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The fill symbol.

Specified by:
getSymbol in interface IBalloonCallout
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.

setSymbolByRef

public void setSymbolByRef(IFillSymbol fillSym)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The fill symbol.

Specified by:
setSymbolByRef in interface IBalloonCallout
Parameters:
fillSym - 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.