|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebMapImageOptions
Provides access to members used in finding routes and generating map images.
| Method Summary | |
|---|---|
IColor |
getBackgroundColor()
The background color of the map image (default is Red). |
int |
getHeight()
The height of the map image in pixels. |
int |
getWidth()
The width of the map image in pixels. |
void |
setBackgroundColorByRef(IColor backgroundColor)
The background color of the map image (default is Red). |
void |
setHeight(int height)
The height of the map image in pixels. |
void |
setWidth(int width)
The width of the map image in pixels. |
| Method Detail |
|---|
IColor getBackgroundColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundColorByRef(IColor backgroundColor)
throws IOException,
AutomationException
backgroundColor - 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 getHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeight(int height)
throws IOException,
AutomationException
height - The height (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||