com.esri.arcgis.carto
Interface ISymbolShadow

All Superinterfaces:
IShadow, java.io.Serializable
All Known Implementing Classes:
ISymbolShadowProxy, SymbolShadow

public interface ISymbolShadow
extends IShadow, java.io.Serializable

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

Description: 'Provides access to members that control the SymbolBorder 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 IID19b9edd2_fd44_4a45_b25c_9b76fc7045c2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IShadow
IIDa9258348_1753_4b99_820a_fcf74429abc1
 
Method Summary
 short getCornerRounding()
          Amount of corner rounding.
 IFillSymbol getFillSymbol()
          Symbol used to draw the shadow.
 void setCornerRounding(short rounding)
          Amount of corner rounding.
 void setFillSymbol(IFillSymbol symbol)
          Symbol used to draw the shadow.
 
Methods inherited from interface com.esri.arcgis.carto.IShadow
draw, getGeometry, getHorizontalSpacing, getName, getVerticalSpacing, queryBounds, setHorizontalSpacing, setName, setVerticalSpacing
 

Field Detail

IID19b9edd2_fd44_4a45_b25c_9b76fc7045c2

static final int IID19b9edd2_fd44_4a45_b25c_9b76fc7045c2
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 shadow.

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 shadow.

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.