|
|||||||||
| 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.ITextSymbolProxy
com.esri.arcgis.display.ISimpleTextSymbolProxy
public class ISimpleTextSymbolProxy
Internal use class Proxy for COM Interface 'ISimpleTextSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the simple text symbol.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.display.ISimpleTextSymbol |
|---|
IID, IIDa80b5e8c_7f9c_11d0_9410_080009eebecb |
| Fields inherited from interface com.esri.arcgis.display.ITextSymbol |
|---|
IIDa80b5e91_7f9c_11d0_9410_080009eebecb |
| Constructor Summary | |
|---|---|
|
ISimpleTextSymbolProxy()
For internal use only |
|
ISimpleTextSymbolProxy(java.lang.Object obj)
|
protected |
ISimpleTextSymbolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISimpleTextSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ISimpleTextSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
int |
getBreakCharacter()
Character to be interpreted as text line end. |
ITextPath |
getTextPath()
Path of text baseline. |
double |
getXOffset()
Text offset along X-axis. |
double |
getYOffset()
Text offset along Y-axis. |
boolean |
isClip()
Indicates if the text will be clipped per geometry. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setBreakCharacter(int charIndex)
Character to be interpreted as text line end. |
void |
setClip(boolean clip)
Indicates if the text will be clipped per geometry. |
void |
setTextPathByRef(ITextPath textPath)
Path of text baseline. |
void |
setXOffset(double xOffset)
Text offset along X-axis. |
void |
setYOffset(double yOffset)
Text offset along Y-axis. |
| Methods inherited from class com.esri.arcgis.display.ITextSymbolProxy |
|---|
getAngle, getColor, getFont, getHorizontalAlignment, getSize, getText, getTextSize, getVerticalAlignment, isRightToLeft, setAngle, setColor, setFont, setHorizontalAlignment, setRightToLeft, setSize, setText, setVerticalAlignment |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.display.ITextSymbol |
|---|
getAngle, getColor, getFont, getHorizontalAlignment, getSize, getText, getTextSize, getVerticalAlignment, isRightToLeft, setAngle, setColor, setFont, setHorizontalAlignment, setRightToLeft, setSize, setText, setVerticalAlignment |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISimpleTextSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISimpleTextSymbolProxy()
public ISimpleTextSymbolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISimpleTextSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISimpleTextSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class ITextSymbolProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class ITextSymbolProxyjava.io.IOException
public int getBreakCharacter()
throws java.io.IOException,
AutomationException
getBreakCharacter in interface ISimpleTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBreakCharacter(int charIndex)
throws java.io.IOException,
AutomationException
setBreakCharacter in interface ISimpleTextSymbolcharIndex - The charIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isClip()
throws java.io.IOException,
AutomationException
isClip in interface ISimpleTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClip(boolean clip)
throws java.io.IOException,
AutomationException
setClip in interface ISimpleTextSymbolclip - The clip (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextPath getTextPath()
throws java.io.IOException,
AutomationException
getTextPath in interface ISimpleTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextPathByRef(ITextPath textPath)
throws java.io.IOException,
AutomationException
setTextPathByRef in interface ISimpleTextSymboltextPath - A reference to a com.esri.arcgis.display.ITextPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getXOffset()
throws java.io.IOException,
AutomationException
getXOffset in interface ISimpleTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXOffset(double xOffset)
throws java.io.IOException,
AutomationException
setXOffset in interface ISimpleTextSymbolxOffset - The xOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getYOffset()
throws java.io.IOException,
AutomationException
getYOffset in interface ISimpleTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setYOffset(double yOffset)
throws java.io.IOException,
AutomationException
setYOffset in interface ISimpleTextSymbolyOffset - The yOffset (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 | ||||||||