|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleLineDecorationElement
Provides access to members that control the simple line decoration.
| Method Summary | |
|---|---|
IMarkerSymbol |
getMarkerSymbol()
The marker symbol. |
boolean |
isFlipAll()
Indicates if all symbols are flipped 180 degrees. |
boolean |
isFlipFirst()
Indicates if marker symbol in '0' position is flipped 180 degrees. |
boolean |
isRotate()
Indicates if marker symbols are rotated to follow the line. |
void |
setFlipAll(boolean flipAll)
Indicates if all symbols are flipped 180 degrees. |
void |
setFlipFirst(boolean flipFirst)
Indicates if marker symbol in '0' position is flipped 180 degrees. |
void |
setMarkerSymbol(IMarkerSymbol markerSymbol)
The marker symbol. |
void |
setRotate(boolean rotate)
Indicates if marker symbols are rotated to follow the line. |
| Methods inherited from interface com.esri.arcgis.display.ILineDecorationElement |
|---|
addPosition, clearPositions, deletePosition, draw, getPosition, getPositionCount, isPositionAsRatio, queryBoundary, setPositionAsRatio |
| Method Detail |
|---|
IMarkerSymbol getMarkerSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarkerSymbol(IMarkerSymbol markerSymbol)
throws IOException,
AutomationException
markerSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRotate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRotate(boolean rotate)
throws IOException,
AutomationException
rotate - The rotate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFlipFirst()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlipFirst(boolean flipFirst)
throws IOException,
AutomationException
flipFirst - The flipFirst (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFlipAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlipAll(boolean flipAll)
throws IOException,
AutomationException
flipAll - The flipAll (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 | ||||||||