com.esri.arcgis.carto
Class ILineLabelPositionProxy

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

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

Description: 'Provides access to members that control the relative position of line labels.' 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 ILineLabelPositionProxy
extends com.esri.arcgis.interop.Dispatch
implements ILineLabelPosition, 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.ILineLabelPosition
IID, IID2442958b_d711_11d2_9f41_00c04f6bc6a5
 
Constructor Summary
  ILineLabelPositionProxy()
          Deprecated. For internal use only
  ILineLabelPositionProxy(java.lang.Object obj)
          Deprecated.  
protected ILineLabelPositionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILineLabelPositionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILineLabelPositionProxy(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.  
 double getOffset()
          Deprecated. Offset from the start/end of lines (in map units).
 boolean isAbove()
          Deprecated. Indicates if labels are placed above lines.
 boolean isAtEnd()
          Deprecated. Indicates if labels are placed at the end of lines.
 boolean isAtStart()
          Deprecated. Indicates if labels are placed at the start of lines.
 boolean isBelow()
          Deprecated. Indicates if labels are placed below lines.
 boolean isHorizontal()
          Deprecated. Indicates if labels are placed horizontally.
 boolean isInLine()
          Deprecated. Indicates if labels are placed along lines at the best position.
 boolean isLeft()
          Deprecated. Indicates if labels are placed to the left of lines.
 boolean isOnTop()
          Deprecated. Indicates if labels are placed on top of lines.
 boolean isParallel()
          Deprecated. Indicates if labels are placed parallel to lines.
 boolean isPerpendicular()
          Deprecated. Indicates if labels are placed perpendicular to lines.
 boolean isProduceCurvedLabels()
          Deprecated. Indicates if labels follow lines.
 boolean isRight()
          Deprecated. Indicates if labels are placed to the right of lines.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAbove(boolean flag)
          Deprecated. Indicates if labels are placed above lines.
 void setAtEnd(boolean flag)
          Deprecated. Indicates if labels are placed at the end of lines.
 void setAtStart(boolean flag)
          Deprecated. Indicates if labels are placed at the start of lines.
 void setBelow(boolean flag)
          Deprecated. Indicates if labels are placed below lines.
 void setHorizontal(boolean flag)
          Deprecated. Indicates if labels are placed horizontally.
 void setInLine(boolean flag)
          Deprecated. Indicates if labels are placed along lines at the best position.
 void setLeft(boolean flag)
          Deprecated. Indicates if labels are placed to the left of lines.
 void setOffset(double offset)
          Deprecated. Offset from the start/end of lines (in map units).
 void setOnTop(boolean flag)
          Deprecated. Indicates if labels are placed on top of lines.
 void setParallel(boolean flag)
          Deprecated. Indicates if labels are placed parallel to lines.
 void setPerpendicular(boolean flag)
          Deprecated. Indicates if labels are placed perpendicular to lines.
 void setProduceCurvedLabels(boolean flag)
          Deprecated. Indicates if labels follow lines.
 void setRight(boolean flag)
          Deprecated. Indicates if labels are placed to the right of lines.
 
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

ILineLabelPositionProxy

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

ILineLabelPositionProxy

public ILineLabelPositionProxy()
Deprecated. 
For internal use only


ILineLabelPositionProxy

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

ILineLabelPositionProxy

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

ILineLabelPositionProxy

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

isProduceCurvedLabels

public boolean isProduceCurvedLabels()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if labels follow lines.

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

setProduceCurvedLabels

public void setProduceCurvedLabels(boolean flag)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if labels follow lines.

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

isAbove

public boolean isAbove()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if labels are placed above lines.

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

setAbove

public void setAbove(boolean flag)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if labels are placed above lines.

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

isBelow

public boolean isBelow()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if labels are placed below lines.

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

setBelow

public void setBelow(boolean flag)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if labels are placed below lines.

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

isOnTop

public boolean isOnTop()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if labels are placed on top of lines.

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

setOnTop

public void setOnTop(boolean flag)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if labels are placed on top of lines.

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

isLeft

public boolean isLeft()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if labels are placed to the left of lines.

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

setLeft

public void setLeft(boolean flag)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Indicates if labels are placed to the left of lines.

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

isRight

public boolean isRight()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if labels are placed to the right of lines.

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

setRight

public void setRight(boolean flag)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if labels are placed to the right of lines.

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

isInLine

public boolean isInLine()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if labels are placed along lines at the best position.

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

setInLine

public void setInLine(boolean flag)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if labels are placed along lines at the best position.

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

isAtStart

public boolean isAtStart()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if labels are placed at the start of lines.

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

setAtStart

public void setAtStart(boolean flag)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if labels are placed at the start of lines.

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

isAtEnd

public boolean isAtEnd()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if labels are placed at the end of lines.

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

setAtEnd

public void setAtEnd(boolean flag)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if labels are placed at the end of lines.

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

isParallel

public boolean isParallel()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if labels are placed parallel to lines.

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

setParallel

public void setParallel(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if labels are placed parallel to lines.

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

isPerpendicular

public boolean isPerpendicular()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if labels are placed perpendicular to lines.

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

setPerpendicular

public void setPerpendicular(boolean flag)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if labels are placed perpendicular to lines.

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

isHorizontal

public boolean isHorizontal()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if labels are placed horizontally.

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

setHorizontal

public void setHorizontal(boolean flag)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if labels are placed horizontally.

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

getOffset

public double getOffset()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Offset from the start/end of lines (in map units).

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

setOffset

public void setOffset(double offset)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Offset from the start/end of lines (in map units).

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