|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebRouteDisplayOptions
Provides access to members that control the way a route is displayed on a map.
| Method Summary | |
|---|---|
IColor |
getColor()
The color of the route line (default is Red). |
int |
getThickness()
The thickness of the route line in pixels 1-20 (default is 7). |
double |
getTransparency()
The transparency of the route line 0.1-1.0 (default is 0.5 and less then 0.1 is reset to 0.5). |
void |
setColorByRef(IColor color)
The color of the route line (default is Red). |
void |
setThickness(int thickness)
The thickness of the route line in pixels 1-20 (default is 7). |
void |
setTransparency(double transpanency)
The transparency of the route line 0.1-1.0 (default is 0.5 and less then 0.1 is reset to 0.5). |
| Method Detail |
|---|
IColor getColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorByRef(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.
int getThickness()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThickness(int thickness)
throws IOException,
AutomationException
thickness - The thickness (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getTransparency()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransparency(double transpanency)
throws IOException,
AutomationException
transpanency - The transpanency (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 | ||||||||