Represent a point where a link can connect to a node. A set of anchor points is represented by the AnchorPattern class. Such a set can be assigned to a node by calling the setAnchorPattern method.
The following tables list the members exposed by the AnchorPoint type.
Name | Description | |
---|---|---|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() |
Creates a clone of the anchor point. |
|
![]() |
Gets a value indicating whether this anchor point accepts incoming links. |
|
![]() |
Gets a value indicating whether this anchor point accepts outgoing links. |
|
![]() |
Gets the color used to draw this anchor point. |
|
![]() |
Gets the column to which this anchor point is related. |
|
![]() |
Gets a value indicating what mark is drawn at the position of this anchor point. |
|
![]() |
Gets a custom data object assigned to this anchor point. |
|
![]() |
Gets the X position of the anchor point. |
|
![]() |
Gets whether the point's X position is specified as percentage of node's size or fixed offset from the node's left side. |
|
![]() |
Gets the Y position of the anchor point. |
|
![]() |
Gets whether the point's Y position is specified as percentage of node's size or fixed offset from the node's top side. |
|
![]() |
|
|
![]() |
Sets a value indicating whether this anchor point accepts incoming links. |
|
![]() |
Sets a value indicating whether this anchor point accepts outgoing links. |
|
![]() |
Sets the color used to draw this anchor point. |
|
![]() |
Sets the column to which this anchor point is related. |
|
![]() |
Sets a value indicating what mark is drawn at the position of this anchor point. |
|
![]() |
Assigns a custom data object to this anchor point. |
|
![]() |
Sets the X position of the anchor point. |
|
![]() |
Sets whether the point's X position is specified as percentage of node's size or fixed offset from the node's left side. |
|
![]() |
Sets the Y position of the anchor point. |
|
![]() |
Sets whether the point's Y position is specified as percentage of node's size or fixed offset from the node's top side. |
|
![]() |
|