com.esri.arcgis.display
Interface IMarkerBackground

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMarkerBackgroundProxy, LineCallout

public interface IMarkerBackground
extends java.io.Serializable

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

Description: 'Provides access to members that control the marker background.' 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 IIDae41e4f0_dde7_11d3_8216_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMarkerSymbol getMarkerSymbol()
          The marker symbol.
 void markerBackgroundDraw(int hDC, ITransformation transform)
          Draws the marker background.
 void markerBackgroundQueryBoundary(int hDC, ITransformation transform, IPolygon boundary)
          Queries the boundary of the marker background.
 void setMarkerBoxByRef(IEnvelope rhs1)
          The marker box.
 void setMarkerSymbolByRef(IMarkerSymbol markerSym)
          The marker symbol.
 

Field Detail

IIDae41e4f0_dde7_11d3_8216_0080c79f0371

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

getMarkerSymbol

IMarkerSymbol getMarkerSymbol()
                              throws java.io.IOException,
                                     AutomationException
The marker symbol.

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

setMarkerSymbolByRef

void setMarkerSymbolByRef(IMarkerSymbol markerSym)
                          throws java.io.IOException,
                                 AutomationException
The marker symbol.

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

setMarkerBoxByRef

void setMarkerBoxByRef(IEnvelope rhs1)
                       throws java.io.IOException,
                              AutomationException
The marker box.

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

markerBackgroundQueryBoundary

void markerBackgroundQueryBoundary(int hDC,
                                   ITransformation transform,
                                   IPolygon boundary)
                                   throws java.io.IOException,
                                          AutomationException
Queries the boundary of the marker background.

Parameters:
hDC - The hDC (A COM typedef) (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
boundary - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

markerBackgroundDraw

void markerBackgroundDraw(int hDC,
                          ITransformation transform)
                          throws java.io.IOException,
                                 AutomationException
Draws the marker background.

Parameters:
hDC - The hDC (A COM typedef) (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.