|
|||||||||
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.carto.IDimensionStyleTextProxy
Description: 'Provides access to members that control a dimension style's text.' 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 =
public class IDimensionStyleTextProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.carto.IDimensionStyleText |
---|
IID, IIDf9316364_f92a_11d3_80d3_00c04f601565 |
Constructor Summary | |
---|---|
|
IDimensionStyleTextProxy()
Deprecated. For internal use only |
|
IDimensionStyleTextProxy(java.lang.Object obj)
Deprecated. |
protected |
IDimensionStyleTextProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDimensionStyleTextProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDimensionStyleTextProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getDisplayPrecision()
Deprecated. Precision for the value displayed by the dimension text. |
int |
getDisplayUnits()
Deprecated. Units the length of the dimension text is displayed in. |
java.lang.String |
getExpression()
Deprecated. Text expression for the style. |
java.lang.String |
getExpressionParserName()
Deprecated. Text expression parser for the text expression for the style. |
java.lang.String |
getPrefix()
Deprecated. Prefix for the text expression for the style. |
java.lang.String |
getSuffix()
Deprecated. Suffix for the text expression for the style. |
int |
getTextDisplay()
Deprecated. Text display setting for the style. |
int |
getTextFit()
Deprecated. Text fit policy for the style. |
ITextSymbol |
getTextSymbol()
Deprecated. Symbol used for the text. |
boolean |
isAlign()
Deprecated. Indicates if the text should be aligned with the dimension line. |
boolean |
isConvertUnits()
Deprecated. Indicates if the length of the dimension needs to be converted for display. |
boolean |
isExpressionSimple()
Deprecated. Indicates if the text expression is simple or custom for the style. |
boolean |
isExtendLineOnFit()
Deprecated. Indicates if the dimension line will be extended to underline the text on inward dimensions. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAlign(boolean align)
Deprecated. Indicates if the text should be aligned with the dimension line. |
void |
setConvertUnits(boolean convert)
Deprecated. Indicates if the length of the dimension needs to be converted for display. |
void |
setDisplayPrecision(int precision)
Deprecated. Precision for the value displayed by the dimension text. |
void |
setDisplayUnits(int units)
Deprecated. Units the length of the dimension text is displayed in. |
void |
setExpression(java.lang.String expression)
Deprecated. Text expression for the style. |
void |
setExpressionParserName(java.lang.String name)
Deprecated. Text expression parser for the text expression for the style. |
void |
setExpressionSimple(boolean isSimple)
Deprecated. Indicates if the text expression is simple or custom for the style. |
void |
setExtendLineOnFit(boolean draw)
Deprecated. Indicates if the dimension line will be extended to underline the text on inward dimensions. |
void |
setPrefix(java.lang.String prefix)
Deprecated. Prefix for the text expression for the style. |
void |
setSuffix(java.lang.String suffix)
Deprecated. Suffix for the text expression for the style. |
void |
setTextDisplay(int display)
Deprecated. Text display setting for the style. |
void |
setTextFit(int fit)
Deprecated. Text fit policy for the style. |
void |
setTextSymbol(ITextSymbol symbol)
Deprecated. Symbol used for the text. |
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 IDimensionStyleTextProxy(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.IOException
public IDimensionStyleTextProxy()
public IDimensionStyleTextProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDimensionStyleTextProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDimensionStyleTextProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setTextSymbol(ITextSymbol symbol) throws java.io.IOException, AutomationException
setTextSymbol
in interface IDimensionStyleText
symbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
getTextSymbol
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlign(boolean align) throws java.io.IOException, AutomationException
setAlign
in interface IDimensionStyleText
align
- The align (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAlign() throws java.io.IOException, AutomationException
isAlign
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayUnits(int units) throws java.io.IOException, AutomationException
setDisplayUnits
in interface IDimensionStyleText
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDisplayUnits() throws java.io.IOException, AutomationException
getDisplayUnits
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConvertUnits(boolean convert) throws java.io.IOException, AutomationException
setConvertUnits
in interface IDimensionStyleText
convert
- The convert (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isConvertUnits() throws java.io.IOException, AutomationException
isConvertUnits
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayPrecision(int precision) throws java.io.IOException, AutomationException
setDisplayPrecision
in interface IDimensionStyleText
precision
- The precision (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDisplayPrecision() throws java.io.IOException, AutomationException
getDisplayPrecision
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextDisplay(int display) throws java.io.IOException, AutomationException
setTextDisplay
in interface IDimensionStyleText
display
- A com.esri.arcgis.carto.esriDimensionTextDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTextDisplay() throws java.io.IOException, AutomationException
getTextDisplay
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpression(java.lang.String expression) throws java.io.IOException, AutomationException
setExpression
in interface IDimensionStyleText
expression
- The expression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExpression() throws java.io.IOException, AutomationException
getExpression
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpressionParserName(java.lang.String name) throws java.io.IOException, AutomationException
setExpressionParserName
in interface IDimensionStyleText
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExpressionParserName() throws java.io.IOException, AutomationException
getExpressionParserName
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpressionSimple(boolean isSimple) throws java.io.IOException, AutomationException
setExpressionSimple
in interface IDimensionStyleText
isSimple
- The isSimple (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExpressionSimple() throws java.io.IOException, AutomationException
isExpressionSimple
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrefix(java.lang.String prefix) throws java.io.IOException, AutomationException
setPrefix
in interface IDimensionStyleText
prefix
- The prefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPrefix() throws java.io.IOException, AutomationException
getPrefix
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSuffix(java.lang.String suffix) throws java.io.IOException, AutomationException
setSuffix
in interface IDimensionStyleText
suffix
- The suffix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSuffix() throws java.io.IOException, AutomationException
getSuffix
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextFit(int fit) throws java.io.IOException, AutomationException
setTextFit
in interface IDimensionStyleText
fit
- A com.esri.arcgis.carto.esriDimensionTextFit constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTextFit() throws java.io.IOException, AutomationException
getTextFit
in interface IDimensionStyleText
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtendLineOnFit(boolean draw) throws java.io.IOException, AutomationException
setExtendLineOnFit
in interface IDimensionStyleText
draw
- The draw (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExtendLineOnFit() throws java.io.IOException, AutomationException
isExtendLineOnFit
in interface IDimensionStyleText
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 |