com.esri.arcgis.carto
Interface IPointPlacementPriorities

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPointPlacementPrioritiesProxy, PointPlacementPriorities

public interface IPointPlacementPriorities
extends java.io.Serializable

COM Interface 'IPointPlacementPriorities'. 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 point 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 IID261a4371_d9d5_11d2_a806_cc9f870bcd5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAboveCenter()
          Label position priority for above and center (0-9).
 int getAboveLeft()
          Label position priority for above and to the left (0-9).
 int getAboveRight()
          Label position priority for above and to the right (0-9).
 int getBelowCenter()
          Label position priority for below and center (0-9).
 int getBelowLeft()
          Label position priority for below and to the left (0-9).
 int getBelowRight()
          Label position priority for below and to the right (0-9).
 int getCenterLeft()
          Label position priority for center and to the left (0-9).
 int getCenterRight()
          Label position priority for center and to the right (0-9).
 void setAboveCenter(int priority)
          Label position priority for above and center (0-9).
 void setAboveLeft(int priority)
          Label position priority for above and to the left (0-9).
 void setAboveRight(int priority)
          Label position priority for above and to the right (0-9).
 void setBelowCenter(int priority)
          Label position priority for below and center (0-9).
 void setBelowLeft(int priority)
          Label position priority for below and to the left (0-9).
 void setBelowRight(int priority)
          Label position priority for below and to the right (0-9).
 void setCenterLeft(int priority)
          Label position priority for center and to the left (0-9).
 void setCenterRight(int priority)
          Label position priority for center and to the right (0-9).
 

Field Detail

IID261a4371_d9d5_11d2_a806_cc9f870bcd5a

static final int IID261a4371_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

getAboveLeft

int getAboveLeft()
                 throws java.io.IOException,
                        AutomationException
Label position priority for above and to the left (0-9).

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

setAboveLeft

void setAboveLeft(int priority)
                  throws java.io.IOException,
                         AutomationException
Label position priority for above and to the left (0-9).

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

getAboveCenter

int getAboveCenter()
                   throws java.io.IOException,
                          AutomationException
Label position priority for above and center (0-9).

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

setAboveCenter

void setAboveCenter(int priority)
                    throws java.io.IOException,
                           AutomationException
Label position priority for above and center (0-9).

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

getAboveRight

int getAboveRight()
                  throws java.io.IOException,
                         AutomationException
Label position priority for above and to the right (0-9).

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

setAboveRight

void setAboveRight(int priority)
                   throws java.io.IOException,
                          AutomationException
Label position priority for above and to the right (0-9).

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

getCenterRight

int getCenterRight()
                   throws java.io.IOException,
                          AutomationException
Label position priority for center and to the right (0-9).

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

setCenterRight

void setCenterRight(int priority)
                    throws java.io.IOException,
                           AutomationException
Label position priority for center and to the right (0-9).

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

getBelowRight

int getBelowRight()
                  throws java.io.IOException,
                         AutomationException
Label position priority for below and to the right (0-9).

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

setBelowRight

void setBelowRight(int priority)
                   throws java.io.IOException,
                          AutomationException
Label position priority for below and to the right (0-9).

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

getBelowCenter

int getBelowCenter()
                   throws java.io.IOException,
                          AutomationException
Label position priority for below and center (0-9).

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

setBelowCenter

void setBelowCenter(int priority)
                    throws java.io.IOException,
                           AutomationException
Label position priority for below and center (0-9).

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

getBelowLeft

int getBelowLeft()
                 throws java.io.IOException,
                        AutomationException
Label position priority for below and to the left (0-9).

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

setBelowLeft

void setBelowLeft(int priority)
                  throws java.io.IOException,
                         AutomationException
Label position priority for below and to the left (0-9).

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

getCenterLeft

int getCenterLeft()
                  throws java.io.IOException,
                         AutomationException
Label position priority for center and to the left (0-9).

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

setCenterLeft

void setCenterLeft(int priority)
                   throws java.io.IOException,
                          AutomationException
Label position priority for center and to the left (0-9).

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