com.esri.arcgis.carto
Interface IMixedFontGridLabel2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMixedFontGridLabel2Proxy, MixedFontGridLabel

public interface IMixedFontGridLabel2
extends java.io.Serializable

COM Interface 'IMixedFontGridLabel2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides additional access to members that define the appearance of the secondary group of digits in the grid label.' 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 IIDf3b2fce0_2f21_42de_af4f_10b4c99579c3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getNumGroupedDigits()
          The number of digits that are displayed in the secondary font and color.
 IColor getSecondaryColor()
          The color of the second group of digits.
 Font getSecondaryFont()
          The font used for the second group of digits.
 double getSecondaryFontSize()
          The font used for the second group of digits.
 void setNumGroupedDigits(short numGrouped)
          The number of digits that are displayed in the secondary font and color.
 void setSecondaryColor(IColor color)
          The color of the second group of digits.
 void setSecondaryFont(Font font)
          The font used for the second group of digits.
 void setSecondaryFontSize(double size)
          The font used for the second group of digits.
 

Field Detail

IIDf3b2fce0_2f21_42de_af4f_10b4c99579c3

static final int IIDf3b2fce0_2f21_42de_af4f_10b4c99579c3
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

getNumGroupedDigits

short getNumGroupedDigits()
                          throws java.io.IOException,
                                 AutomationException
The number of digits that are displayed in the secondary font and color.

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

setNumGroupedDigits

void setNumGroupedDigits(short numGrouped)
                         throws java.io.IOException,
                                AutomationException
The number of digits that are displayed in the secondary font and color.

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

getSecondaryFont

Font getSecondaryFont()
                      throws java.io.IOException,
                             AutomationException
The font used for the second group of digits.

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.

setSecondaryFont

void setSecondaryFont(Font font)
                      throws java.io.IOException,
                             AutomationException
The font used for the second group of digits.

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.

getSecondaryColor

IColor getSecondaryColor()
                         throws java.io.IOException,
                                AutomationException
The color of the second group of digits.

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.

setSecondaryColor

void setSecondaryColor(IColor color)
                       throws java.io.IOException,
                              AutomationException
The color of the second group of digits.

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.

getSecondaryFontSize

double getSecondaryFontSize()
                            throws java.io.IOException,
                                   AutomationException
The font used for the second group of digits.

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

setSecondaryFontSize

void setSecondaryFontSize(double size)
                          throws java.io.IOException,
                                 AutomationException
The font used for the second group of digits.

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