|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICharacterMarkerSymbol
Provides access to members that control the character marker symbol.
ICharacterMarkerSymbol
,
IPictureMarkerSymbol
,
IMarkerSymbol
,
IArrowMarkerSymbol
,
IMultiLayerMarkerSymbol
,
ICartographicMarkerSymbol
Method Summary | |
---|---|
int |
getCharacterIndex()
Character index within font. |
Font |
getFont()
Font used for character symbol. |
void |
setCharacterIndex(int charIndex)
Character index within font. |
void |
setFont(Font fontDisp)
Font used for character symbol. |
Methods inherited from interface com.esri.arcgis.display.IMarkerSymbol |
---|
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
Method Detail |
---|
Font getFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFont(Font fontDisp) throws IOException, AutomationException
fontDisp
- 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.int getCharacterIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCharacterIndex(int charIndex) throws IOException, AutomationException
charIndex
- The charIndex (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 |