com.esri.arcgis.carto
Interface ISymbolBackground

All Superinterfaces:
IBackground, java.io.Serializable
All Known Implementing Classes:
ISymbolBackgroundProxy, SymbolBackground

public interface ISymbolBackground
extends IBackground, java.io.Serializable

COM Interface 'ISymbolBackground'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the SymbolBackground 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4fd8cbb7_e13b_11d2_b868_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IBackground
IIDe4240309_dd41_11d2_b868_00600802e603
 
Method Summary
 short getCornerRounding()
          Amount of corner rounding.
 IFillSymbol getFillSymbol()
          Symbol used to draw the background.
 void setCornerRounding(short rounding)
          Amount of corner rounding.
 void setFillSymbol(IFillSymbol symbol)
          Symbol used to draw the background.
 
Methods inherited from interface com.esri.arcgis.carto.IBackground
draw, getGap, getGeometry, getName, queryBounds, setGap, setName
 

Field Detail

IID4fd8cbb7_e13b_11d2_b868_00600802e603

static final int IID4fd8cbb7_e13b_11d2_b868_00600802e603
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

getFillSymbol

IFillSymbol getFillSymbol()
                          throws java.io.IOException,
                                 AutomationException
Symbol used to draw the background.

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.

setFillSymbol

void setFillSymbol(IFillSymbol symbol)
                   throws java.io.IOException,
                          AutomationException
Symbol used to draw the background.

Parameters:
symbol - 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.

getCornerRounding

short getCornerRounding()
                        throws java.io.IOException,
                               AutomationException
Amount of corner rounding. 0 = fully square. 100 = fully round.

Returns:
The rounding
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCornerRounding

void setCornerRounding(short rounding)
                       throws java.io.IOException,
                              AutomationException
Amount of corner rounding. 0 = fully square. 100 = fully round.

Parameters:
rounding - The rounding (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.