|
|||||||||
| 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
public class ITextSymbolProxy
Internal use class Proxy for COM Interface 'ITextSymbol'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control text symbols.' 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.ITextSymbol |
|---|
IID, IIDa80b5e91_7f9c_11d0_9410_080009eebecb |
| Constructor Summary | |
|---|---|
|
ITextSymbolProxy()
For internal use only |
|
ITextSymbolProxy(java.lang.Object obj)
|
protected |
ITextSymbolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ITextSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ITextSymbolProxy(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)
|
double |
getAngle()
Text baseline angle. |
IColor |
getColor()
Text color. |
Font |
getFont()
Text font. |
int |
getHorizontalAlignment()
Horizontal alignment style. |
double |
getSize()
Text size. |
java.lang.String |
getText()
Text to draw. |
void |
getTextSize(int hDC,
ITransformation transformation,
java.lang.String text,
double[] xSize,
double[] ySize)
Gets the x and y dimensions of 'text' in points (1/72 inch). |
int |
getVerticalAlignment()
Vertical alignment style. |
boolean |
isRightToLeft()
Indicates if the text is drawn from right to left. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAngle(double angle)
Text baseline angle. |
void |
setColor(IColor color)
Text color. |
void |
setFont(Font fontDisp)
Text font. |
void |
setHorizontalAlignment(int horizAlignment)
Horizontal alignment style. |
void |
setRightToLeft(boolean rightToLeft)
Indicates if the text is drawn from right to left. |
void |
setSize(double size)
Text size. |
void |
setText(java.lang.String text)
Text to draw. |
void |
setVerticalAlignment(int vertAlignment)
Vertical alignment style. |
| 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 |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITextSymbolProxy(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 ITextSymbolProxy()
public ITextSymbolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITextSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITextSymbolProxy(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 com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public Font getFont()
throws java.io.IOException,
AutomationException
getFont in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFont(Font fontDisp)
throws java.io.IOException,
AutomationException
setFont in interface ITextSymbolfontDisp - 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.
public double getSize()
throws java.io.IOException,
AutomationException
getSize in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSize(double size)
throws java.io.IOException,
AutomationException
setSize in interface ITextSymbolsize - The size (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getColor()
throws java.io.IOException,
AutomationException
getColor in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColor(IColor color)
throws java.io.IOException,
AutomationException
setColor in interface ITextSymbolcolor - 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.
public int getVerticalAlignment()
throws java.io.IOException,
AutomationException
getVerticalAlignment in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalAlignment(int vertAlignment)
throws java.io.IOException,
AutomationException
setVerticalAlignment in interface ITextSymbolvertAlignment - A com.esri.arcgis.display.esriTextVerticalAlignment constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHorizontalAlignment()
throws java.io.IOException,
AutomationException
getHorizontalAlignment in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontalAlignment(int horizAlignment)
throws java.io.IOException,
AutomationException
setHorizontalAlignment in interface ITextSymbolhorizAlignment - A com.esri.arcgis.display.esriTextHorizontalAlignment constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAngle()
throws java.io.IOException,
AutomationException
getAngle in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngle(double angle)
throws java.io.IOException,
AutomationException
setAngle in interface ITextSymbolangle - The angle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRightToLeft()
throws java.io.IOException,
AutomationException
isRightToLeft in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRightToLeft(boolean rightToLeft)
throws java.io.IOException,
AutomationException
setRightToLeft in interface ITextSymbolrightToLeft - The rightToLeft (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getText()
throws java.io.IOException,
AutomationException
getText in interface ITextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setText(java.lang.String text)
throws java.io.IOException,
AutomationException
setText in interface ITextSymboltext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTextSize(int hDC,
ITransformation transformation,
java.lang.String text,
double[] xSize,
double[] ySize)
throws java.io.IOException,
AutomationException
getTextSize in interface ITextSymbolhDC - The hDC (A COM typedef) (in)transformation - A reference to a com.esri.arcgis.geometry.ITransformation (in)text - The text (in)xSize - The xSize (out: use single element array)ySize - The ySize (out: use single element array)
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 | ||||||||