com.esri.arcgis.carto
Interface IPrincipalDigitsGridLabel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CornerGridLabel, IPrincipalDigitsGridLabelProxy

public interface IPrincipalDigitsGridLabel
extends java.io.Serializable

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

IID560a800d_2467_4e71_9ac1_d8c399f22ad1

static final int IID560a800d_2467_4e71_9ac1_d8c399f22ad1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSmallLabelFont

Font getSmallLabelFont()
                       throws java.io.IOException,
                              AutomationException
The font for the small label.

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSmallLabelFont

void setSmallLabelFont(Font font)
                       throws java.io.IOException,
                              AutomationException
The font for the small label.

Parameters:
font - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSmallLabelSize

double getSmallLabelSize()
                         throws java.io.IOException,
                                AutomationException
The font size for the small label.

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSmallLabelSize

void setSmallLabelSize(double size)
                       throws java.io.IOException,
                              AutomationException
The font size for the small label.

Parameters:
size - The size (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSmallLabelColor

IColor getSmallLabelColor()
                          throws java.io.IOException,
                                 AutomationException
The color of the small label.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSmallLabelColor

void setSmallLabelColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
The color of the small label.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrincipalDigitCount

int getPrincipalDigitCount()
                           throws java.io.IOException,
                                  AutomationException
The number of principal digits for the label.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrincipalDigitCount

void setPrincipalDigitCount(int count)
                            throws java.io.IOException,
                                   AutomationException
The number of principal digits for the label.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseDigitCount

int getBaseDigitCount()
                      throws java.io.IOException,
                             AutomationException
The number of base digits for the label.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBaseDigitCount

void setBaseDigitCount(int count)
                       throws java.io.IOException,
                              AutomationException
The number of base digits for the label.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnitSuffix

java.lang.String getUnitSuffix()
                               throws java.io.IOException,
                                      AutomationException
The string used to indicate the units.

Returns:
The str
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnitSuffix

void setUnitSuffix(java.lang.String str)
                   throws java.io.IOException,
                          AutomationException
The string used to indicate the units.

Parameters:
str - The str (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEastingSuffix

java.lang.String getEastingSuffix()
                                  throws java.io.IOException,
                                         AutomationException
The string used to indicate the Easting.

Returns:
The str
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEastingSuffix

void setEastingSuffix(java.lang.String str)
                      throws java.io.IOException,
                             AutomationException
The string used to indicate the Easting.

Parameters:
str - The str (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNorthingSuffix

java.lang.String getNorthingSuffix()
                                   throws java.io.IOException,
                                          AutomationException
The string used to indicate the Northing.

Returns:
The str
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNorthingSuffix

void setNorthingSuffix(java.lang.String str)
                       throws java.io.IOException,
                              AutomationException
The string used to indicate the Northing.

Parameters:
str - The str (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.