com.esri.arcgis.carto
Class IDimensionStyleTextProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDimensionStyleTextProxy
All Implemented Interfaces:
IDimensionStyleText, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDimensionStyleText'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IDimensionStyleText, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDimensionStyleTextProxy

public IDimensionStyleTextProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDimensionStyleTextProxy

public IDimensionStyleTextProxy()
Deprecated. 
For internal use only


IDimensionStyleTextProxy

public IDimensionStyleTextProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDimensionStyleTextProxy

protected IDimensionStyleTextProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDimensionStyleTextProxy

protected IDimensionStyleTextProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setTextSymbol

public void setTextSymbol(ITextSymbol symbol)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Symbol used for the text.

Specified by:
setTextSymbol in interface IDimensionStyleText
Parameters:
symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextSymbol

public ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Symbol used for the text.

Specified by:
getTextSymbol in interface IDimensionStyleText
Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlign

public void setAlign(boolean align)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if the text should be aligned with the dimension line.

Specified by:
setAlign in interface IDimensionStyleText
Parameters:
align - The align (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAlign

public boolean isAlign()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the text should be aligned with the dimension line.

Specified by:
isAlign in interface IDimensionStyleText
Returns:
The align
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayUnits

public void setDisplayUnits(int units)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Units the length of the dimension text is displayed in.

Specified by:
setDisplayUnits in interface IDimensionStyleText
Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayUnits

public int getDisplayUnits()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Units the length of the dimension text is displayed in.

Specified by:
getDisplayUnits in interface IDimensionStyleText
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConvertUnits

public void setConvertUnits(boolean convert)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the length of the dimension needs to be converted for display.

Specified by:
setConvertUnits in interface IDimensionStyleText
Parameters:
convert - The convert (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isConvertUnits

public boolean isConvertUnits()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the length of the dimension needs to be converted for display.

Specified by:
isConvertUnits in interface IDimensionStyleText
Returns:
The convert
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayPrecision

public void setDisplayPrecision(int precision)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Precision for the value displayed by the dimension text.

Specified by:
setDisplayPrecision in interface IDimensionStyleText
Parameters:
precision - The precision (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayPrecision

public int getDisplayPrecision()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Precision for the value displayed by the dimension text.

Specified by:
getDisplayPrecision in interface IDimensionStyleText
Returns:
The precision
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextDisplay

public void setTextDisplay(int display)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Text display setting for the style.

Specified by:
setTextDisplay in interface IDimensionStyleText
Parameters:
display - A com.esri.arcgis.carto.esriDimensionTextDisplay constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextDisplay

public int getTextDisplay()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Text display setting for the style.

Specified by:
getTextDisplay in interface IDimensionStyleText
Returns:
A com.esri.arcgis.carto.esriDimensionTextDisplay constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpression

public void setExpression(java.lang.String expression)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Text expression for the style.

Specified by:
setExpression in interface IDimensionStyleText
Parameters:
expression - The expression (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpression

public java.lang.String getExpression()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Text expression for the style.

Specified by:
getExpression in interface IDimensionStyleText
Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionParserName

public void setExpressionParserName(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Text expression parser for the text expression for the style.

Specified by:
setExpressionParserName in interface IDimensionStyleText
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpressionParserName

public java.lang.String getExpressionParserName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Text expression parser for the text expression for the style.

Specified by:
getExpressionParserName in interface IDimensionStyleText
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionSimple

public void setExpressionSimple(boolean isSimple)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the text expression is simple or custom for the style.

Specified by:
setExpressionSimple in interface IDimensionStyleText
Parameters:
isSimple - The isSimple (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExpressionSimple

public boolean isExpressionSimple()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the text expression is simple or custom for the style.

Specified by:
isExpressionSimple in interface IDimensionStyleText
Returns:
The isSimple
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefix

public void setPrefix(java.lang.String prefix)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Prefix for the text expression for the style.

Specified by:
setPrefix in interface IDimensionStyleText
Parameters:
prefix - The prefix (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrefix

public java.lang.String getPrefix()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Prefix for the text expression for the style.

Specified by:
getPrefix in interface IDimensionStyleText
Returns:
The prefix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuffix

public void setSuffix(java.lang.String suffix)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Suffix for the text expression for the style.

Specified by:
setSuffix in interface IDimensionStyleText
Parameters:
suffix - The suffix (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuffix

public java.lang.String getSuffix()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Suffix for the text expression for the style.

Specified by:
getSuffix in interface IDimensionStyleText
Returns:
The suffix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextFit

public void setTextFit(int fit)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Text fit policy for the style.

Specified by:
setTextFit in interface IDimensionStyleText
Parameters:
fit - A com.esri.arcgis.carto.esriDimensionTextFit constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextFit

public int getTextFit()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Text fit policy for the style.

Specified by:
getTextFit in interface IDimensionStyleText
Returns:
A com.esri.arcgis.carto.esriDimensionTextFit constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtendLineOnFit

public void setExtendLineOnFit(boolean draw)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the dimension line will be extended to underline the text on inward dimensions.

Specified by:
setExtendLineOnFit in interface IDimensionStyleText
Parameters:
draw - The draw (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExtendLineOnFit

public boolean isExtendLineOnFit()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the dimension line will be extended to underline the text on inward dimensions.

Specified by:
isExtendLineOnFit in interface IDimensionStyleText
Returns:
The draw
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.