|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgPoint
Provides access to members that control the graphic point (link intermediate point, point position of nodes, port position, etc.).
A point is a non-graphic object that you create on a node, a link, a drawing or a flag in order to connect links, or poles, or to place labels.
The following three types of points are available:
- Link ports, which may only be placed on node objects and used as link start or end points,
- Pole ports, which may be placed on any kind of object and used as flag start or end points,
- Label ports, which may be placed on any kind of object and used as reference points for placing labels (textual property values).
| Method Summary | |
|---|---|
double |
getX()
X cartesian coordinate of the point. |
double |
getY()
Y cartesian coordinate of the point. |
void |
setX(double pVal)
X cartesian coordinate of the point. |
void |
setY(double pVal)
Y cartesian coordinate of the point. |
| Method Detail |
|---|
double getX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setX(double pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setY(double pVal)
throws IOException,
AutomationException
pVal - The pVal (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 | ||||||||