|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrincipalDigitsGridLabel
Provides access to members that control the properties of grid labels that display numbers with principal digits.
Method Summary | |
---|---|
int |
getBaseDigitCount()
The number of base digits for the label. |
String |
getEastingSuffix()
The string used to indicate the Easting. |
String |
getNorthingSuffix()
The string used to indicate the Northing. |
int |
getPrincipalDigitCount()
The number of principal digits for the label. |
IColor |
getSmallLabelColor()
The color of the small label. |
Font |
getSmallLabelFont()
The font for the small label. |
double |
getSmallLabelSize()
The font size for the small label. |
String |
getUnitSuffix()
The string used to indicate the units. |
void |
setBaseDigitCount(int count)
The number of base digits for the label. |
void |
setEastingSuffix(String str)
The string used to indicate the Easting. |
void |
setNorthingSuffix(String str)
The string used to indicate the Northing. |
void |
setPrincipalDigitCount(int count)
The number of principal digits for the label. |
void |
setSmallLabelColor(IColor color)
The color of the small label. |
void |
setSmallLabelFont(Font font)
The font for the small label. |
void |
setSmallLabelSize(double size)
The font size for the small label. |
void |
setUnitSuffix(String str)
The string used to indicate the units. |
Method Detail |
---|
Font getSmallLabelFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmallLabelFont(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.double getSmallLabelSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmallLabelSize(double size) throws IOException, AutomationException
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSmallLabelColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmallLabelColor(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.int getPrincipalDigitCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrincipalDigitCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBaseDigitCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseDigitCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUnitSuffix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnitSuffix(String str) throws IOException, AutomationException
str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEastingSuffix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEastingSuffix(String str) throws IOException, AutomationException
str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNorthingSuffix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNorthingSuffix(String str) throws IOException, AutomationException
str
- The str (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 |