|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACLineLabelPosition
COM Interface 'IACLineLabelPosition'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS line label position.' 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 |
IID3991fa8d_addc_4481_9cc8_4ed047324ac4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
isAbove()
Indicates whether to place the label above the line. |
boolean |
isAtEnd()
Indicates whether to place the label at the end of the line. |
boolean |
isAtStart()
Indicates whether to place the label at the start of the line. |
boolean |
isBelow()
Indicates whether to place the label below the line. |
boolean |
isHorizontal()
Indicates whether to place the label horizontally. |
boolean |
isInLine()
Indicates whether to place the label in the line. |
boolean |
isLeft()
Indicates whether to place the label left of the line. |
boolean |
isNone()
Indicates whether the label should not be placed. |
boolean |
isOnTop()
Indicates whether to place the label on top of the line. |
boolean |
isParallel()
Indicates whether to place the label parallel to the line. |
boolean |
isPerpendicular()
Indicates whether to place the label perpendicular to the line. |
boolean |
isRight()
Indicates whether to place the label right of the line. |
void |
setAbove(boolean flag)
Indicates whether to place the label above the line. |
void |
setAtEnd(boolean flag)
Indicates whether to place the label at the end of the line. |
void |
setAtStart(boolean flag)
Indicates whether to place the label at the start of the line. |
void |
setBelow(boolean flag)
Indicates whether to place the label below the line. |
void |
setHorizontal(boolean flag)
Indicates whether to place the label horizontally. |
void |
setInLine(boolean flag)
Indicates whether to place the label in the line. |
void |
setLeft(boolean flag)
Indicates whether to place the label left of the line. |
void |
setNone(boolean flag)
Indicates whether the label should not be placed. |
void |
setOnTop(boolean flag)
Indicates whether to place the label on top of the line. |
void |
setParallel(boolean flag)
Indicates whether to place the label parallel to the line. |
void |
setPerpendicular(boolean flag)
Indicates whether to place the label perpendicular to the line. |
void |
setRight(boolean flag)
Indicates whether to place the label right of the line. |
Field Detail |
---|
static final int IID3991fa8d_addc_4481_9cc8_4ed047324ac4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isNone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNone(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |