com.esri.arcgis.display
Interface IBalloonCallout

All Superinterfaces:
ICallout, java.io.Serializable
All Known Implementing Classes:
BalloonCallout, IBalloonCalloutProxy

public interface IBalloonCallout
extends ICallout, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc8d09ed0_4fbb_11d1_9a72_0080c7ec5c96
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.ICallout
IID6a7ef980_6924_11d2_980d_0080c7e04196
 
Method Summary
 int getStyle()
          The balloon callout style.
 IFillSymbol getSymbol()
          The fill symbol.
 void setStyle(int style)
          The balloon callout style.
 void setSymbolByRef(IFillSymbol fillSym)
          The fill symbol.
 
Methods inherited from interface com.esri.arcgis.display.ICallout
getAnchorPoint, getLeaderTolerance, setAnchorPoint, setLeaderTolerance
 

Field Detail

IIDc8d09ed0_4fbb_11d1_9a72_0080c7ec5c96

static final int IIDc8d09ed0_4fbb_11d1_9a72_0080c7ec5c96
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStyle

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

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

void setStyle(int style)
              throws java.io.IOException,
                     AutomationException
The balloon callout style.

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

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

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

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

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.