|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICalibratedMapGridBorder
Provides access to members that control the calibrated map grid border.
| Method Summary | |
|---|---|
IColor |
getBackgroundColor()
The background color of the border pattern. |
double |
getBorderWidth()
The width of the border in points. |
IColor |
getForegroundColor()
The foreground color of the border pattern. |
double |
getInterval()
The interval between border patterns in points. |
boolean |
isAlternating()
Indicates if the border pattern alternates across the width of the border. |
void |
setAlternating(boolean alternating)
Indicates if the border pattern alternates across the width of the border. |
void |
setBackgroundColor(IColor color)
The background color of the border pattern. |
void |
setBorderWidth(double widthPts)
The width of the border in points. |
void |
setForegroundColor(IColor color)
The foreground color of the border pattern. |
void |
setInterval(double intervalPts)
The interval between border patterns in points. |
| Method Detail |
|---|
IColor getForegroundColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setForegroundColor(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.
IColor getBackgroundColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundColor(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.
double getBorderWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBorderWidth(double widthPts)
throws IOException,
AutomationException
widthPts - The widthPts (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getInterval()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInterval(double intervalPts)
throws IOException,
AutomationException
intervalPts - The intervalPts (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAlternating()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAlternating(boolean alternating)
throws IOException,
AutomationException
alternating - The alternating (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 | ||||||||