|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMixedFontGridLabel
Provides access to members that define the appearance of the secondary group of digits in the grid label.
IMixedFontGridLabel is an interface for creating a grid label where a range of the characters uses a different font. This is typically done when the scale of a map is such that some of the digits in the coordinate system are superfluous and are ideally minimized in the display by using a smaller font. If the map is to be a large scale, the secondary font will be larger, otherwise it would be set to be smaller.
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. |
Method Detail |
---|
short getNumGroupedDigits() throws IOException, AutomationException
NumGroupedDigits number of digits in the second group of numbers. Essentially start counting from the right and this is these are the digits in the second group.
Use -1 to switch fonts after the decimal point.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |