|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapGridBorder
Provides access to members that control the map grid border.
Method Summary | |
---|---|
void |
draw(IDisplay display,
IGeometry frameGeometry,
IGeometry mapGeometry)
Draws the border to the specified display, using the frame bounds and the map bounds in page space. |
String |
getDisplayName()
The display name for the map grid border. |
double |
getWidth()
The width of the map grid border in points. |
Method Detail |
---|
String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, IGeometry frameGeometry, IGeometry mapGeometry) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)frameGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)mapGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (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 |