|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridInteriorLabels
Provides access to members that control the interior labels on a grid.
Method Summary | |
---|---|
double |
getInteriorLabelIntervalX()
The interval along the X axis between interior labels. |
double |
getInteriorLabelIntervalY()
The interval along the Y axis between interior labels. |
boolean |
isShowInteriorLabels()
Indicates if interior labels should be displayed. |
void |
setInteriorLabelIntervalX(double interval)
The interval along the X axis between interior labels. |
void |
setInteriorLabelIntervalY(double interval)
The interval along the Y axis between interior labels. |
void |
setShowInteriorLabels(boolean show)
Indicates if interior labels should be displayed. |
Method Detail |
---|
boolean isShowInteriorLabels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowInteriorLabels(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInteriorLabelIntervalX() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInteriorLabelIntervalX(double interval) throws IOException, AutomationException
interval
- The interval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInteriorLabelIntervalY() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInteriorLabelIntervalY(double interval) throws IOException, AutomationException
interval
- The interval (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 |