|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrincipalDigitsGridLabel
COM Interface 'IPrincipalDigitsGridLabel'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the properties of grid labels that display numbers with principal digits.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID560a800d_2467_4e71_9ac1_d8c399f22ad1
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getBaseDigitCount()
The number of base digits for the label. |
java.lang.String |
getEastingSuffix()
The string used to indicate the Easting. |
java.lang.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. |
java.lang.String |
getUnitSuffix()
The string used to indicate the units. |
void |
setBaseDigitCount(int count)
The number of base digits for the label. |
void |
setEastingSuffix(java.lang.String str)
The string used to indicate the Easting. |
void |
setNorthingSuffix(java.lang.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(java.lang.String str)
The string used to indicate the units. |
Field Detail |
---|
static final int IID560a800d_2467_4e71_9ac1_d8c399f22ad1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
Font getSmallLabelFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmallLabelFont(Font font) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSmallLabelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmallLabelSize(double size) throws java.io.IOException, AutomationException
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSmallLabelColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmallLabelColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrincipalDigitCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrincipalDigitCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBaseDigitCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseDigitCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getUnitSuffix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnitSuffix(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getEastingSuffix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEastingSuffix(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNorthingSuffix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNorthingSuffix(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.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 |