|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineLabelPosition
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2442958b_d711_11d2_9f41_00c04f6bc6a5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getOffset()
Offset from the start/end of lines (in map units). |
boolean |
isAbove()
Indicates if labels are placed above lines. |
boolean |
isAtEnd()
Indicates if labels are placed at the end of lines. |
boolean |
isAtStart()
Indicates if labels are placed at the start of lines. |
boolean |
isBelow()
Indicates if labels are placed below lines. |
boolean |
isHorizontal()
Indicates if labels are placed horizontally. |
boolean |
isInLine()
Indicates if labels are placed along lines at the best position. |
boolean |
isLeft()
Indicates if labels are placed to the left of lines. |
boolean |
isOnTop()
Indicates if labels are placed on top of lines. |
boolean |
isParallel()
Indicates if labels are placed parallel to lines. |
boolean |
isPerpendicular()
Indicates if labels are placed perpendicular to lines. |
boolean |
isProduceCurvedLabels()
Indicates if labels follow lines. |
boolean |
isRight()
Indicates if labels are placed to the right of lines. |
void |
setAbove(boolean flag)
Indicates if labels are placed above lines. |
void |
setAtEnd(boolean flag)
Indicates if labels are placed at the end of lines. |
void |
setAtStart(boolean flag)
Indicates if labels are placed at the start of lines. |
void |
setBelow(boolean flag)
Indicates if labels are placed below lines. |
void |
setHorizontal(boolean flag)
Indicates if labels are placed horizontally. |
void |
setInLine(boolean flag)
Indicates if labels are placed along lines at the best position. |
void |
setLeft(boolean flag)
Indicates if labels are placed to the left of lines. |
void |
setOffset(double offset)
Offset from the start/end of lines (in map units). |
void |
setOnTop(boolean flag)
Indicates if labels are placed on top of lines. |
void |
setParallel(boolean flag)
Indicates if labels are placed parallel to lines. |
void |
setPerpendicular(boolean flag)
Indicates if labels are placed perpendicular to lines. |
void |
setProduceCurvedLabels(boolean flag)
Indicates if labels follow lines. |
void |
setRight(boolean flag)
Indicates if labels are placed to the right of lines. |
Field Detail |
---|
static final int IID2442958b_d711_11d2_9f41_00c04f6bc6a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isProduceCurvedLabels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProduceCurvedLabels(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAbove() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbove(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBelow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelow(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOnTop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOnTop(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLeft() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeft(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRight(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInLine() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInLine(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAtStart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAtStart(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAtEnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAtEnd(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isParallel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParallel(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPerpendicular() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPerpendicular(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizontal() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontal(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOffset(double offset) throws java.io.IOException, AutomationException
offset
- The offset (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 |