|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarkerTextBackground
Provides access to members that control the marker text background.
Set the MarkerSymbol you wish to use as a background using the Symbol property. The ScaleToFit property defaults to False--set this property to True if you want the Symbol to draw large enough to fit the entire text string. The Symbol object's Size property does not actually change, only its appearance when drawn.
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 |
Method Detail |
---|
IMarkerSymbol getSymbol() throws IOException, AutomationException
Symbol is the marker used as the background to the text. Any IMarkerSymbol interface can be used.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolByRef(IMarkerSymbol markerSymbol) throws IOException, AutomationException
Symbol is the marker used as the background to the text. Any IMarkerSymbol interface can be used.
markerSymbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleToFit() throws IOException, AutomationException
ScaleToFit is a Boolean indicator used to scale the marker to fit around the associated text. ScaleToFit it set to False by default.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleToFit(boolean scale) throws IOException, AutomationException
ScaleToFit is a Boolean indicator used to scale the marker to fit around the associated text. ScaleToFit it set to False by default.
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |