|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IMarkerSymbolProxy
com.esri.arcgis.analyst3d.ICharacterMarker3DSymbolProxy
Provides access to members that control the 3D marker symbol.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
ICharacterMarker3DSymbolProxy()
For internal use only |
|
ICharacterMarker3DSymbolProxy(java.lang.Object obj)
|
protected |
ICharacterMarker3DSymbolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ICharacterMarker3DSymbolProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
ICharacterMarker3DSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
int |
getCharacterIndex()
Character index within font. |
Font |
getFont()
Font used for character symbol. |
boolean |
isVerticalOrientation()
Indicates whether character is oriented vertically. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setCharacterIndex(int charIndex)
Character index within font. |
void |
setFont(Font fontDisp)
Font used for character symbol. |
void |
setVerticalOrientation(boolean bVertical)
Indicates whether character is oriented vertically. |
| Methods inherited from class com.esri.arcgis.display.IMarkerSymbolProxy |
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.display.IMarkerSymbol |
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public ICharacterMarker3DSymbolProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public ICharacterMarker3DSymbolProxy()
public ICharacterMarker3DSymbolProxy(java.lang.Object obj)
throws java.io.IOException
protected ICharacterMarker3DSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected ICharacterMarker3DSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IMarkerSymbolProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IMarkerSymbolProxyjava.io.IOException
public Font getFont()
throws java.io.IOException,
AutomationException
ICharacterMarker3DSymbol
getFont in interface ICharacterMarker3DSymbolAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFont(Font fontDisp)
throws java.io.IOException,
AutomationException
ICharacterMarker3DSymbolFont is the font object (IFontDisp with a StdFont coClass) used by an ICharacterMarker3DSymbol.
setFont in interface ICharacterMarker3DSymbolfontDisp - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getCharacterIndex()
throws java.io.IOException,
AutomationException
ICharacterMarker3DSymbolCharacterIndex is the index of the character that an ICharacterMarker3DSymbol uses in the Font that has been specified.
getCharacterIndex in interface ICharacterMarker3DSymbolAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setCharacterIndex(int charIndex)
throws java.io.IOException,
AutomationException
ICharacterMarker3DSymbolCharacterIndex is the index of the character that an ICharacterMarker3DSymbol uses in the Font that has been specified.
setCharacterIndex in interface ICharacterMarker3DSymbolcharIndex - The charIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVerticalOrientation()
throws java.io.IOException,
AutomationException
ICharacterMarker3DSymbolVerticalOrientation indicates whether the character that an ICharacterMarker3DSymbol uses is oriented vertically.
isVerticalOrientation in interface ICharacterMarker3DSymbolAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setVerticalOrientation(boolean bVertical)
throws java.io.IOException,
AutomationException
ICharacterMarker3DSymbolVerticalOrientation indicates whether the character that an ICharacterMarker3DSymbol uses is oriented vertically.
setVerticalOrientation in interface ICharacterMarker3DSymbolbVertical - The bVertical (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||