com.esri.arcgis.display
Interface IMarkerTextBackground

All Superinterfaces:
ITextBackground, java.io.Serializable
All Known Implementing Classes:
IMarkerTextBackgroundProxy, MarkerTextBackground

public interface IMarkerTextBackground
extends ITextBackground, java.io.Serializable

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

Description: 'Provides access to members that control the marker text 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 IIDa8577a00_7283_11d2_9816_0080c7e04196
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.ITextBackground
IID8feb6611_2a0d_11d1_9a44_0080c7ec5c96
 
Method Summary
 IMarkerSymbol getSymbol()
          The marker symbol.
 boolean isScaleToFit()
          Indicates if the marker symbol is scaled to fill the text box.
 void setScaleToFit(boolean scale)
          Indicates if the marker symbol is scaled to fill the text box.
 void setSymbolByRef(IMarkerSymbol markerSymbol)
          The marker symbol.
 
Methods inherited from interface com.esri.arcgis.display.ITextBackground
draw, getTextSymbol, queryBoundary, setTextBoxByRef, setTextSymbolByRef
 

Field Detail

IIDa8577a00_7283_11d2_9816_0080c7e04196

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

getSymbol

IMarkerSymbol getSymbol()
                        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.

setSymbolByRef

void setSymbolByRef(IMarkerSymbol markerSymbol)
                    throws java.io.IOException,
                           AutomationException
The marker symbol.

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

isScaleToFit

boolean isScaleToFit()
                     throws java.io.IOException,
                            AutomationException
Indicates if the marker symbol is scaled to fill the text box.

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

setScaleToFit

void setScaleToFit(boolean scale)
                   throws java.io.IOException,
                          AutomationException
Indicates if the marker symbol is scaled to fill the text box.

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