com.esri.arcgis.display
Interface IMarkerBackgroundSupport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BarChartSymbol, IMarkerBackgroundSupportProxy, MultiLayerMarkerSymbol, PieChartSymbol, StackedChartSymbol

public interface IMarkerBackgroundSupport
extends java.io.Serializable

COM Interface 'IMarkerBackgroundSupport'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the marker background support.' 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 IID9ce9d410_ddeb_11d3_8216_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMarkerBackground getBackground()
          The marker background.
 void setBackgroundByRef(IMarkerBackground background)
          The marker background.
 

Field Detail

IID9ce9d410_ddeb_11d3_8216_0080c79f0371

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

getBackground

IMarkerBackground getBackground()
                                throws java.io.IOException,
                                       AutomationException
The marker background.

Returns:
A reference to a com.esri.arcgis.display.IMarkerBackground
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundByRef

void setBackgroundByRef(IMarkerBackground background)
                        throws java.io.IOException,
                               AutomationException
The marker background.

Parameters:
background - A reference to a com.esri.arcgis.display.IMarkerBackground (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.