|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDMSGridLabel
Provides access to members that control the DMS Grid Label.
ILatLonFormat2
,
IDMSGridLabel.getLabelType()
,
IDMSGridLabel
,
esriDMSGridLabelType
,
ILatLonFormat
Method Summary | |
---|---|
int |
getLabelType()
The type of the DMS grid label. |
ILatLonFormat |
getLatLonFormat()
The format with which the latitudes and longitudes are displayed. |
IColor |
getMinutesColor()
The color used to display the minutes. |
Font |
getMinutesFont()
The font used to display the minutes. |
IColor |
getSecondsColor()
The color used to display the seconds. |
Font |
getSecondsFont()
The font used to display the seconds. |
boolean |
isShowZeroMinutes()
Indicates if zero minutes are shown. |
boolean |
isShowZeroSeconds()
Indicates if zero seconds are shown. |
void |
setLabelType(int labelType)
The type of the DMS grid label. |
void |
setLatLonFormat(ILatLonFormat format)
The format with which the latitudes and longitudes are displayed. |
void |
setMinutesColor(IColor color)
The color used to display the minutes. |
void |
setMinutesFont(Font font)
The font used to display the minutes. |
void |
setSecondsColor(IColor color)
The color used to display the seconds. |
void |
setSecondsFont(Font font)
The font used to display the seconds. |
void |
setShowZeroMinutes(boolean show)
Indicates if zero minutes are shown. |
void |
setShowZeroSeconds(boolean show)
Indicates if zero seconds are shown. |
Method Detail |
---|
int getLabelType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILatLonFormat2
,
IDMSGridLabel.getLabelType()
,
IDMSGridLabel
,
esriDMSGridLabelType
,
ILatLonFormat
void setLabelType(int labelType) throws IOException, AutomationException
labelType
- A com.esri.arcgis.carto.esriDMSGridLabelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILatLonFormat2
,
IDMSGridLabel.getLabelType()
,
IDMSGridLabel
,
esriDMSGridLabelType
,
ILatLonFormat
ILatLonFormat getLatLonFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatLonFormat(ILatLonFormat format) throws IOException, AutomationException
format
- A reference to a com.esri.arcgis.system.ILatLonFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowZeroMinutes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowZeroMinutes(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowZeroSeconds() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowZeroSeconds(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getMinutesFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinutesFont(Font font) throws IOException, AutomationException
font
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getMinutesColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinutesColor(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.Font getSecondsFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondsFont(Font font) throws IOException, AutomationException
font
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSecondsColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondsColor(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |