|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleLineDecorationElement
COM Interface 'ISimpleLineDecorationElement'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the simple line decoration.' 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 |
IID533d88f7_0a1a_11d2_b27f_0000f878229e
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.display.ILineDecorationElement |
|---|
IID533d88f2_0a1a_11d2_b27f_0000f878229e |
| 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 |
| Field Detail |
|---|
static final int IID533d88f7_0a1a_11d2_b27f_0000f878229e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IMarkerSymbol getMarkerSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarkerSymbol(IMarkerSymbol markerSymbol)
throws java.io.IOException,
AutomationException
markerSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRotate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRotate(boolean rotate)
throws java.io.IOException,
AutomationException
rotate - The rotate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFlipFirst()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlipFirst(boolean flipFirst)
throws java.io.IOException,
AutomationException
flipFirst - The flipFirst (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFlipAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlipAll(boolean flipAll)
throws java.io.IOException,
AutomationException
flipAll - The flipAll (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 | ||||||||