|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBalloonCallout
Provides access to members that control the balloon callout.
BalloonCallouts are a filled background that is placed behind text. Use the Style property to select from three different shapes for the balloon. Use the Symbol property to specify the fill symbol used as the background. Use the ICallout and the ITextMargins interfaces to set additional properties for IBalloonCallouts.
ISimpleLineCallout
,
IBalloonCallout
,
ICallout
,
ILineCallout
Method Summary | |
---|---|
int |
getStyle()
The balloon callout style. |
IFillSymbol |
getSymbol()
The fill symbol. |
void |
setStyle(int style)
The balloon callout style. |
void |
setSymbolByRef(IFillSymbol fillSym)
The fill symbol. |
Methods inherited from interface com.esri.arcgis.display.ICallout |
---|
getAnchorPoint, getLeaderTolerance, setAnchorPoint, setLeaderTolerance |
Method Detail |
---|
int getStyle() throws IOException, AutomationException
Style is the enumeration that controls the shape of the balloon. The avaialble options include: esriBCSOval, esriBCSRectangle and esriBCSRoundedRectangle. esriBCSRectangle is the default Style.
This property describes the drawing style of BalloonCallout, whether is has rounded or square corners etc., esriBCSOval is not currently implemented.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int style) throws IOException, AutomationException
Style is the enumeration that controls the shape of the balloon. The avaialble options include: esriBCSOval, esriBCSRectangle and esriBCSRoundedRectangle. esriBCSRectangle is the default Style.
This property describes the drawing style of BalloonCallout, whether is has rounded or square corners etc., esriBCSOval is not currently implemented.
style
- A com.esri.arcgis.display.esriBalloonCalloutStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFillSymbol getSymbol() throws IOException, AutomationException
Symbol is the fill symbol used as the background within the balloon. Any fill supported by the IFillSymbol object can be used.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolByRef(IFillSymbol fillSym) throws IOException, AutomationException
Symbol is the fill symbol used as the background within the balloon. Any fill supported by the IFillSymbol object can be used.
fillSym
- A reference to a com.esri.arcgis.display.IFillSymbol (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 |