com.esri.arcgis.carto
Interface IMixedFontGridLabel

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

public interface IMixedFontGridLabel
extends java.io.Serializable

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

Description: 'Provides 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 IIDce41c509_9df9_11d2_aade_000000000000
           
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.
 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.
 

Field Detail

IIDce41c509_9df9_11d2_aade_000000000000

static final int IIDce41c509_9df9_11d2_aade_000000000000
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.