|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbolBorder
Provides access to members that control the SymbolBorder object.
The ISymbolBorder interfaces is provided to set the symbol used by frame decorations to draw the borders around frame elements. See also IFrameDecoration.
ISymbolBorder inherits from IBorder and gives you control over the LineSymbol used to draw the border and the amount of CornerRounding of the border. The default value for CornerRounding is 0 which gives a square border. A value of 100 gives a round border.
Backgrounds, borders and shadows of frame elements are managed in ArcMap on the Frame tab in the Properties of frame elements.
Method Summary | |
---|---|
short |
getCornerRounding()
Amount of corner rounding. |
ILineSymbol |
getLineSymbol()
Symbol used to draw the border. |
void |
setCornerRounding(short rounding)
Amount of corner rounding. |
void |
setLineSymbol(ILineSymbol symbol)
Symbol used to draw the border. |
Methods inherited from interface com.esri.arcgis.carto.IBorder |
---|
draw, getGap, getGeometry, getName, queryBounds, setGap, setName |
Method Detail |
---|
ILineSymbol getLineSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineSymbol(ILineSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getCornerRounding() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCornerRounding(short rounding) throws IOException, AutomationException
rounding
- The rounding (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 |