|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IACSimpleLineSymbol
Provides access to members that control ArcIMS simple line symbol.
| Method Summary | |
|---|---|
int |
getCapType()
The line cap type. |
IColor |
getColor()
The line color. |
int |
getJoinType()
The line join type. |
int |
getLineType()
The line type. |
int |
getWidth()
The line symbol width in pixels. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
setCapType(int type)
The line cap type. |
void |
setColor(IColor color)
The line color. |
void |
setJoinType(int type)
The line join type. |
void |
setLineType(int type)
The line type. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setWidth(int width)
The line symbol width in pixels. |
| Method Detail |
|---|
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int width)
throws IOException,
AutomationException
width - The width (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColor(IColor color)
throws IOException,
AutomationException
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.
boolean isOverlap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverlap(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLineType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLineType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acLineType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCapType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCapType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acCapType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getJoinType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setJoinType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acJoinType 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 | ||||||||