|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.display.ITextSymbolProxy com.esri.arcgis.display.ISimpleTextSymbolProxy
public class ISimpleTextSymbolProxy
Provides access to members that control the simple text symbol.
IFormattedTextSymbol
,
ITextSymbol
,
ISimpleTextSymbol
,
Serialized FormField Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISimpleTextSymbolProxy()
|
|
ISimpleTextSymbolProxy(Object obj)
|
protected |
ISimpleTextSymbolProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public ISimpleTextSymbolProxy()
public ISimpleTextSymbolProxy(Object obj) throws IOException
IOException
protected ISimpleTextSymbolProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class ITextSymbolProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class ITextSymbolProxy
IOException
public int getBreakCharacter() throws IOException, AutomationException
getBreakCharacter
in interface ISimpleTextSymbol
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBreakCharacter(int charIndex) throws IOException, AutomationException
setBreakCharacter
in interface ISimpleTextSymbol
charIndex
- The charIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isClip() throws IOException, AutomationException
isClip
in interface ISimpleTextSymbol
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClip(boolean clip) throws IOException, AutomationException
setClip
in interface ISimpleTextSymbol
clip
- The clip (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITextPath getTextPath() throws IOException, AutomationException
getTextPath
in interface ISimpleTextSymbol
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextPathByRef(ITextPath textPath) throws IOException, AutomationException
setTextPathByRef
in interface ISimpleTextSymbol
textPath
- A reference to a com.esri.arcgis.display.ITextPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXOffset() throws IOException, AutomationException
getXOffset
in interface ISimpleTextSymbol
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXOffset(double xOffset) throws IOException, AutomationException
setXOffset
in interface ISimpleTextSymbol
xOffset
- The xOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getYOffset() throws IOException, AutomationException
getYOffset
in interface ISimpleTextSymbol
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYOffset(double yOffset) throws IOException, AutomationException
setYOffset
in interface ISimpleTextSymbol
yOffset
- The yOffset (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 |