|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMixedFontGridLabel2
Provides additional access to members that define the appearance of the secondary group of digits in the grid label.
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 |
---|
short getNumGroupedDigits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumGroupedDigits(short numGrouped) throws IOException, AutomationException
numGrouped
- The numGrouped (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getSecondaryFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryFont(Font font) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSecondaryColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSecondaryFontSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryFontSize(double size) throws IOException, AutomationException
size
- The size (in)
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 |