com.esri.arcgis.carto
Class IText3DElementProxy

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

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

Description: 'Provides access to members that control a Text3D graphic element.' 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 IText3DElementProxy
extends com.esri.arcgis.interop.Dispatch
implements IText3DElement, 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.IText3DElement
IID, IIDe9290dcb_f710_11d4_a117_00508bd60cb9
 
Constructor Summary
  IText3DElementProxy()
          Deprecated. For internal use only
  IText3DElementProxy(java.lang.Object obj)
          Deprecated.  
protected IText3DElementProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IText3DElementProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IText3DElementProxy(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 getAlignment()
          Deprecated. The text alignment.
 IPoint getAnchorPoint()
          Deprecated. The height of text in world units.
 int getAxisRotation()
          Deprecated. The rotation axis.
 double getDepth()
          Deprecated. The depth of text in world units.
 java.lang.String getFontName()
          Deprecated. The TrueType font name.
 double getHeight()
          Deprecated. The height of text in world units.
 int getJustification()
          Deprecated. The justification of text.
 int getOrientationPlane()
          Deprecated. The plane of orientation.
 double getRotationAngle()
          Deprecated. The rotation angle about the rotation axis.
 java.lang.String getText()
          Deprecated. The text string.
 double getZAxisScale()
          Deprecated. The adjustment factor for z axis.
 boolean isBoldFont()
          Deprecated. Indicates if font style is bold.
 boolean isItalicFont()
          Deprecated. Indicates if font style is italic.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAlignment(int pAlignment)
          Deprecated. The text alignment.
 void setAnchorPoint(IPoint ppAnchorPt)
          Deprecated. The height of text in world units.
 void setAxisRotation(int pAxis)
          Deprecated. The rotation axis.
 void setBoldFont(boolean pBoldFont)
          Deprecated. Indicates if font style is bold.
 void setDepth(double pDepth)
          Deprecated. The depth of text in world units.
 void setFontName(java.lang.String pFontName)
          Deprecated. The TrueType font name.
 void setHeight(double pHeight)
          Deprecated. The height of text in world units.
 void setItalicFont(boolean pItalicFont)
          Deprecated. Indicates if font style is italic.
 void setJustification(int pJustification)
          Deprecated. The justification of text.
 void setOrientationPlane(int pPlane)
          Deprecated. The plane of orientation.
 void setRotationAngle(double pAngle)
          Deprecated. The rotation angle about the rotation axis.
 void setSurface(IFunctionalSurface rhs1)
          Deprecated. The surface for draping.
 void setText(java.lang.String pText)
          Deprecated. The text string.
 void setZAxisScale(double pZScale)
          Deprecated. The adjustment factor for z axis.
 boolean update()
          Deprecated. Update graphic geometry with current parameters.
 
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

IText3DElementProxy

public IText3DElementProxy(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

IText3DElementProxy

public IText3DElementProxy()
Deprecated. 
For internal use only


IText3DElementProxy

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

IText3DElementProxy

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

IText3DElementProxy

protected IText3DElementProxy(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

getText

public java.lang.String getText()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The text string.

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

setText

public void setText(java.lang.String pText)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The text string.

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

getFontName

public java.lang.String getFontName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The TrueType font name.

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

setFontName

public void setFontName(java.lang.String pFontName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The TrueType font name.

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

isBoldFont

public boolean isBoldFont()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if font style is bold.

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

setBoldFont

public void setBoldFont(boolean pBoldFont)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if font style is bold.

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

isItalicFont

public boolean isItalicFont()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if font style is italic.

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

setItalicFont

public void setItalicFont(boolean pItalicFont)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if font style is italic.

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

getAnchorPoint

public IPoint getAnchorPoint()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The height of text in world units.

Specified by:
getAnchorPoint in interface IText3DElement
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnchorPoint

public void setAnchorPoint(IPoint ppAnchorPt)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The height of text in world units.

Specified by:
setAnchorPoint in interface IText3DElement
Parameters:
ppAnchorPt - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

public double getHeight()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The height of text in world units.

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

setHeight

public void setHeight(double pHeight)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The height of text in world units.

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

getDepth

public double getDepth()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The depth of text in world units.

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

setDepth

public void setDepth(double pDepth)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The depth of text in world units.

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

getJustification

public int getJustification()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The justification of text.

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

setJustification

public void setJustification(int pJustification)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The justification of text.

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

getOrientationPlane

public int getOrientationPlane()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The plane of orientation.

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

setOrientationPlane

public void setOrientationPlane(int pPlane)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The plane of orientation.

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

getAlignment

public int getAlignment()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The text alignment.

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

setAlignment

public void setAlignment(int pAlignment)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The text alignment.

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

getAxisRotation

public int getAxisRotation()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The rotation axis.

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

setAxisRotation

public void setAxisRotation(int pAxis)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The rotation axis.

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

getRotationAngle

public double getRotationAngle()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The rotation angle about the rotation axis.

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

setRotationAngle

public void setRotationAngle(double pAngle)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The rotation angle about the rotation axis.

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

getZAxisScale

public double getZAxisScale()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The adjustment factor for z axis.

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

setZAxisScale

public void setZAxisScale(double pZScale)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The adjustment factor for z axis.

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

setSurface

public void setSurface(IFunctionalSurface rhs1)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The surface for draping.

Specified by:
setSurface in interface IText3DElement
Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

public boolean update()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Update graphic geometry with current parameters.

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