|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkEdgeRenderer2
Provides access to members that control the display properties of the renderer.
| Method Summary | |
|---|---|
boolean |
isShowArrows(int symbolType)
Indicates if arrows are visible for the specified arrow symbol type. |
void |
setShowArrows(int symbolType,
boolean show)
Indicates if arrows are visible for the specified arrow symbol type. |
| Methods inherited from interface com.esri.arcgis.carto.INetworkEdgeRenderer |
|---|
getArrowAttributeName, getArrowSymbol, getArrowType, setArrowAttributeName, setArrowSymbol, setArrowType |
| Method Detail |
|---|
void setShowArrows(int symbolType,
boolean show)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowArrows(int symbolType)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (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 | ||||||||