com.esri.arcgis.display
Interface ITextBackground

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMarkerTextBackground
All Known Implementing Classes:
BalloonCallout, IMarkerTextBackgroundProxy, ITextBackgroundProxy, LineCallout, MarkerTextBackground, SimpleLineCallout

public interface ITextBackground
extends java.io.Serializable

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

Description: 'Provides access to members that control the 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 IID8feb6611_2a0d_11d1_9a44_0080c7ec5c96
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(int hDC, ITransformation transform)
          Draws the text background.
 ITextSymbol getTextSymbol()
          The text symbol.
 void queryBoundary(int hDC, ITransformation transform, IPolygon boundary)
          Queries for the boundary of the text background.
 void setTextBoxByRef(IEnvelope rhs1)
          The text box.
 void setTextSymbolByRef(ITextSymbol textSym)
          The text symbol.
 

Field Detail

IID8feb6611_2a0d_11d1_9a44_0080c7ec5c96

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

getTextSymbol

ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
The text symbol.

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

setTextSymbolByRef

void setTextSymbolByRef(ITextSymbol textSym)
                        throws java.io.IOException,
                               AutomationException
The text symbol.

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

setTextBoxByRef

void setTextBoxByRef(IEnvelope rhs1)
                     throws java.io.IOException,
                            AutomationException
The text 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.

queryBoundary

void queryBoundary(int hDC,
                   ITransformation transform,
                   IPolygon boundary)
                   throws java.io.IOException,
                          AutomationException
Queries for the boundary of the text 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.

draw

void draw(int hDC,
          ITransformation transform)
          throws java.io.IOException,
                 AutomationException
Draws the text 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.