|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACLineLabelPosition
Provides access to members that control ArcIMS line label position.
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. |
Method Detail |
---|
boolean isNone() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNone(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAbove() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbove(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBelow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBelow(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOnTop() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOnTop(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLeft() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeft(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRight(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInLine() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInLine(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAtStart() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAtStart(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAtEnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAtEnd(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isParallel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParallel(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPerpendicular() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPerpendicular(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizontal() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontal(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
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 |