|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMixedFontGridLabel2
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 |
---|
static final int IIDf3b2fce0_2f21_42de_af4f_10b4c99579c3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
short getNumGroupedDigits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumGroupedDigits(short numGrouped) throws java.io.IOException, AutomationException
numGrouped
- The numGrouped (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getSecondaryFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryFont(Font font) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSecondaryColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSecondaryFontSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryFontSize(double size) throws java.io.IOException, AutomationException
size
- The size (in)
java.io.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 |