|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleLineSymbol
Provides access to members that control the simple line symbol.
ISimpleLineSymbol is used to create a line symbol comprised of a predefinded set of styles. The availble styles are provided by the esriSimpleLineStyle enumeration. Use the ILineSymbol interface to set additional properties for ISimpleLineSymbols.
| Method Summary | |
|---|---|
int |
getStyle()
The style of the line symbol. |
void |
setStyle(int style)
The style of the line symbol. |
| Methods inherited from interface com.esri.arcgis.display.ILineSymbol |
|---|
getColor, getWidth, setColor, setWidth |
| Method Detail |
|---|
int getStyle()
throws IOException,
AutomationException
Style is the enumeration that controls the pattern used as the line. The avaialble line options include: esriSLSDash, esriSLSDashDot, esriSLSDashDotDot, esriSLSDot, esriSLSInsideFrame, esriSLSNull and esriSLSSolid. esriSLSSolid is the default Style.
ESRISLSInsideFrame is not 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 pattern used as the line. The avaialble line options include: esriSLSDash, esriSLSDashDot, esriSLSDashDotDot, esriSLSDot, esriSLSInsideFrame, esriSLSNull and esriSLSSolid. esriSLSSolid is the default Style.
ESRISLSInsideFrame is not implemented.
style - A com.esri.arcgis.display.esriSimpleLineStyle constant (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 | ||||||||