|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineLabelPlacementPriorities
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 |
---|
static final int IID261a4376_d9d5_11d2_a806_cc9f870bcd5a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getAboveBefore() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAboveBefore(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAboveStart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAboveStart(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAboveAlong() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAboveAlong(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAboveEnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAboveEnd(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAboveAfter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAboveAfter(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCenterBefore() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCenterBefore(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCenterStart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCenterStart(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCenterAlong() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCenterAlong(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCenterEnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCenterEnd(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCenterAfter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCenterAfter(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBelowBefore() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelowBefore(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBelowStart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelowStart(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBelowAlong() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelowAlong(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBelowEnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelowEnd(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBelowAfter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelowAfter(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |