com.esri.arcgis.carto
Class ILineLabelPlacementPrioritiesProxy

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

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

Description: 'Provides access to members that control placement position priorities for 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 ILineLabelPlacementPrioritiesProxy
extends com.esri.arcgis.interop.Dispatch
implements ILineLabelPlacementPriorities, 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.ILineLabelPlacementPriorities
IID, IID261a4376_d9d5_11d2_a806_cc9f870bcd5a
 
Constructor Summary
  ILineLabelPlacementPrioritiesProxy()
          Deprecated. For internal use only
  ILineLabelPlacementPrioritiesProxy(java.lang.Object obj)
          Deprecated.  
protected ILineLabelPlacementPrioritiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILineLabelPlacementPrioritiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILineLabelPlacementPrioritiesProxy(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 getAboveAfter()
          Deprecated. Label position priority for above and after the line.
 int getAboveAlong()
          Deprecated. Label position priority for above and along the line.
 int getAboveBefore()
          Deprecated. Label position priority for above and before the line.
 int getAboveEnd()
          Deprecated. Label position priority for above and at the end of the line.
 int getAboveStart()
          Deprecated. Label position priority for above and at the start of the line.
 int getBelowAfter()
          Deprecated. Label position priority for below and after the line.
 int getBelowAlong()
          Deprecated. Label position priority for below and along the line.
 int getBelowBefore()
          Deprecated. Label position priority for below and before the line.
 int getBelowEnd()
          Deprecated. Label position priority for below and at the end of the line.
 int getBelowStart()
          Deprecated. Label position priority for below and at the start of the line.
 int getCenterAfter()
          Deprecated. Label position priority for in the center and after the line.
 int getCenterAlong()
          Deprecated. Label position priority for in the center and along the line.
 int getCenterBefore()
          Deprecated. Label position priority for in the center and before the line.
 int getCenterEnd()
          Deprecated. Label position priority for in the center and at the end of the line.
 int getCenterStart()
          Deprecated. Label position priority for in the center and at the start of the line.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAboveAfter(int priority)
          Deprecated. Label position priority for above and after the line.
 void setAboveAlong(int priority)
          Deprecated. Label position priority for above and along the line.
 void setAboveBefore(int priority)
          Deprecated. Label position priority for above and before the line.
 void setAboveEnd(int priority)
          Deprecated. Label position priority for above and at the end of the line.
 void setAboveStart(int priority)
          Deprecated. Label position priority for above and at the start of the line.
 void setBelowAfter(int priority)
          Deprecated. Label position priority for below and after the line.
 void setBelowAlong(int priority)
          Deprecated. Label position priority for below and along the line.
 void setBelowBefore(int priority)
          Deprecated. Label position priority for below and before the line.
 void setBelowEnd(int priority)
          Deprecated. Label position priority for below and at the end of the line.
 void setBelowStart(int priority)
          Deprecated. Label position priority for below and at the start of the line.
 void setCenterAfter(int priority)
          Deprecated. Label position priority for in the center and after the line.
 void setCenterAlong(int priority)
          Deprecated. Label position priority for in the center and along the line.
 void setCenterBefore(int priority)
          Deprecated. Label position priority for in the center and before the line.
 void setCenterEnd(int priority)
          Deprecated. Label position priority for in the center and at the end of the line.
 void setCenterStart(int priority)
          Deprecated. Label position priority for in the center and at the start of the line.
 
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

ILineLabelPlacementPrioritiesProxy

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

ILineLabelPlacementPrioritiesProxy

public ILineLabelPlacementPrioritiesProxy()
Deprecated. 
For internal use only


ILineLabelPlacementPrioritiesProxy

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

ILineLabelPlacementPrioritiesProxy

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

ILineLabelPlacementPrioritiesProxy

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

getAboveBefore

public int getAboveBefore()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for above and before the line.

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

setAboveBefore

public void setAboveBefore(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for above and before the line.

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

getAboveStart

public int getAboveStart()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for above and at the start of the line.

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

setAboveStart

public void setAboveStart(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for above and at the start of the line.

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

getAboveAlong

public int getAboveAlong()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for above and along the line.

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

setAboveAlong

public void setAboveAlong(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for above and along the line.

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

getAboveEnd

public int getAboveEnd()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Label position priority for above and at the end of the line.

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

setAboveEnd

public void setAboveEnd(int priority)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Label position priority for above and at the end of the line.

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

getAboveAfter

public int getAboveAfter()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for above and after the line.

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

setAboveAfter

public void setAboveAfter(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for above and after the line.

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

getCenterBefore

public int getCenterBefore()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for in the center and before the line.

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

setCenterBefore

public void setCenterBefore(int priority)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Label position priority for in the center and before the line.

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

getCenterStart

public int getCenterStart()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for in the center and at the start of the line.

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

setCenterStart

public void setCenterStart(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for in the center and at the start of the line.

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

getCenterAlong

public int getCenterAlong()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for in the center and along the line.

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

setCenterAlong

public void setCenterAlong(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for in the center and along the line.

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

getCenterEnd

public int getCenterEnd()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Label position priority for in the center and at the end of the line.

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

setCenterEnd

public void setCenterEnd(int priority)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for in the center and at the end of the line.

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

getCenterAfter

public int getCenterAfter()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for in the center and after the line.

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

setCenterAfter

public void setCenterAfter(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for in the center and after the line.

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

getBelowBefore

public int getBelowBefore()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for below and before the line.

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

setBelowBefore

public void setBelowBefore(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for below and before the line.

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

getBelowStart

public int getBelowStart()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for below and at the start of the line.

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

setBelowStart

public void setBelowStart(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for below and at the start of the line.

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

getBelowAlong

public int getBelowAlong()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for below and along the line.

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

setBelowAlong

public void setBelowAlong(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for below and along the line.

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

getBelowEnd

public int getBelowEnd()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Label position priority for below and at the end of the line.

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

setBelowEnd

public void setBelowEnd(int priority)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Label position priority for below and at the end of the line.

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

getBelowAfter

public int getBelowAfter()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for below and after the line.

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

setBelowAfter

public void setBelowAfter(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for below and after the line.

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