|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDMSGridLabel2
Provides access to members that control the additional properties of DMS grid labels.
Method Summary | |
---|---|
double |
getMinutesFontSize()
The font size used to display the minutes. |
double |
getSecondsFontSize()
The font size used to display the seconds. |
boolean |
isAbbreviateLabels()
Indicates if the DMS labels should be abbreviated when the value is not a whole degree. |
void |
setAbbreviateLabels(boolean abbrev)
Indicates if the DMS labels should be abbreviated when the value is not a whole degree. |
void |
setMinutesFontSize(double size)
The font size used to display the minutes. |
void |
setSecondsFontSize(double size)
The font size used to display the seconds. |
Methods inherited from interface com.esri.arcgis.carto.IDMSGridLabel |
---|
getLabelType, getLatLonFormat, getMinutesColor, getMinutesFont, getSecondsColor, getSecondsFont, isShowZeroMinutes, isShowZeroSeconds, setLabelType, setLatLonFormat, setMinutesColor, setMinutesFont, setSecondsColor, setSecondsFont, setShowZeroMinutes, setShowZeroSeconds |
Method Detail |
---|
boolean isAbbreviateLabels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbbreviateLabels(boolean abbrev) throws IOException, AutomationException
abbrev
- The abbrev (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinutesFontSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinutesFontSize(double size) throws IOException, AutomationException
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSecondsFontSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondsFontSize(double size) throws IOException, AutomationException
size
- The size (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 |