com.esri.arcgis.carto
Interface ILineLabelPlacementPriorities

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILineLabelPlacementPrioritiesProxy, LineLabelPlacementPriorities

public interface ILineLabelPlacementPriorities
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID261a4376_d9d5_11d2_a806_cc9f870bcd5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAboveAfter()
          Label position priority for above and after the line.
 int getAboveAlong()
          Label position priority for above and along the line.
 int getAboveBefore()
          Label position priority for above and before the line.
 int getAboveEnd()
          Label position priority for above and at the end of the line.
 int getAboveStart()
          Label position priority for above and at the start of the line.
 int getBelowAfter()
          Label position priority for below and after the line.
 int getBelowAlong()
          Label position priority for below and along the line.
 int getBelowBefore()
          Label position priority for below and before the line.
 int getBelowEnd()
          Label position priority for below and at the end of the line.
 int getBelowStart()
          Label position priority for below and at the start of the line.
 int getCenterAfter()
          Label position priority for in the center and after the line.
 int getCenterAlong()
          Label position priority for in the center and along the line.
 int getCenterBefore()
          Label position priority for in the center and before the line.
 int getCenterEnd()
          Label position priority for in the center and at the end of the line.
 int getCenterStart()
          Label position priority for in the center and at the start of the line.
 void setAboveAfter(int priority)
          Label position priority for above and after the line.
 void setAboveAlong(int priority)
          Label position priority for above and along the line.
 void setAboveBefore(int priority)
          Label position priority for above and before the line.
 void setAboveEnd(int priority)
          Label position priority for above and at the end of the line.
 void setAboveStart(int priority)
          Label position priority for above and at the start of the line.
 void setBelowAfter(int priority)
          Label position priority for below and after the line.
 void setBelowAlong(int priority)
          Label position priority for below and along the line.
 void setBelowBefore(int priority)
          Label position priority for below and before the line.
 void setBelowEnd(int priority)
          Label position priority for below and at the end of the line.
 void setBelowStart(int priority)
          Label position priority for below and at the start of the line.
 void setCenterAfter(int priority)
          Label position priority for in the center and after the line.
 void setCenterAlong(int priority)
          Label position priority for in the center and along the line.
 void setCenterBefore(int priority)
          Label position priority for in the center and before the line.
 void setCenterEnd(int priority)
          Label position priority for in the center and at the end of the line.
 void setCenterStart(int priority)
          Label position priority for in the center and at the start of the line.
 

Field Detail

IID261a4376_d9d5_11d2_a806_cc9f870bcd5a

static final int IID261a4376_d9d5_11d2_a806_cc9f870bcd5a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAboveBefore

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAboveBefore

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

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

getAboveStart

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAboveStart

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

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

getAboveAlong

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAboveAlong

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

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

getAboveEnd

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAboveEnd

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

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

getAboveAfter

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAboveAfter

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

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

getCenterBefore

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenterBefore

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

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

getCenterStart

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenterStart

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

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

getCenterAlong

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenterAlong

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

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

getCenterEnd

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenterEnd

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

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

getCenterAfter

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenterAfter

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

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

getBelowBefore

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBelowBefore

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

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

getBelowStart

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBelowStart

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

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

getBelowAlong

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBelowAlong

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

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

getBelowEnd

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBelowEnd

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

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

getBelowAfter

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

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBelowAfter

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

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