com.esri.arcgis.carto
Interface IMixedFontGridLabel2

All Superinterfaces:
Serializable
All Known Implementing Classes:
MixedFontGridLabel

public interface IMixedFontGridLabel2
extends Serializable

Provides additional access to members that define the appearance of the secondary group of digits in the grid label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getNumGroupedDigits

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setNumGroupedDigits

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getSecondaryFont

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setSecondaryFont

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSecondaryColor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setSecondaryColor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getSecondaryFontSize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setSecondaryFontSize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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