|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineSymbol
Provides access to members that control line symbols.
ILineSymbol is the genereric interface for properties common to ISimpleLineSymbol, ICartographicLineSymbol, IHashLineSymbol, IMarkerLineSymbol, and IPictureLineSymbol.
IHashLineSymbol
,
ILineProperties
,
ILineSymbol
,
ITemplate
,
ICartographicLineSymbol
,
IMultiLayerLineSymbol
,
IPictureLineSymbol
Method Summary | |
---|---|
IColor |
getColor()
Line symbol color. |
double |
getWidth()
Line symbol width. |
void |
setColor(IColor color)
Line symbol color. |
void |
setWidth(double width)
Line symbol width. |
Method Detail |
---|
IColor getColor() throws IOException, AutomationException
Color is the color for a LineSymbol object. Any IColor object can be used.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(IColor color) throws IOException, AutomationException
Color is the color for a LineSymbol object. Any IColor object can be used.
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWidth() throws IOException, AutomationException
Width returns or Sets the Double (ASCII) number in points.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(double width) throws IOException, AutomationException
Width returns the Double (ASCII) number in points.
width
- The width (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 |