|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdDisplayEdge
Provides access to properties/methods of a model display edge.
Method Summary | |
---|---|
int |
getColor()
The color of the display edge object. |
int |
getDirection()
The direction of the display edge object. |
int |
getStyle()
The style of the display edge object. |
int |
getWidth()
The width of the display edge object. |
boolean |
isNonLeveling()
Indicates if non-leveling is enabled for the edge. |
void |
setColor(int pColor)
The color of the display edge object. |
void |
setDirection(int pDirection)
The direction of the display edge object. |
void |
setNonLeveling(boolean pNonLeveling)
Indicates if non-leveling is enabled for the edge. |
void |
setStyle(int pStyle)
The style of the display edge object. |
void |
setWidth(int pWidth)
The width of the display edge object. |
Method Detail |
---|
int getColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(int pColor) throws IOException, AutomationException
pColor
- The pColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws IOException, AutomationException
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirection(int pDirection) throws IOException, AutomationException
pDirection
- The pDirection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNonLeveling() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNonLeveling(boolean pNonLeveling) throws IOException, AutomationException
pNonLeveling
- The pNonLeveling (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int pStyle) throws IOException, AutomationException
pStyle
- A com.esri.arcgis.geoprocessing.esriModelDiagramEdgeStyle 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 |