new Line(dataopt, nullable)
Line.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
data |
object |
<optional> <nullable> |
JSON data.
Properties
|
- Source:
Methods
arrowPath(src, dst) → {string}
Return arrow path.
Parameters:
Name | Type | Description |
---|---|---|
src |
ge.Point | Link source. |
dst |
ge.Point | Link target. |
- Source:
Returns:
SVG path.
- Type
- string
path(link) → {string}
Return text path and set link path.
Parameters:
Name | Type | Description |
---|---|---|
link |
ge.Link | Link data. |
- Source:
Returns:
SVG path.
- Type
- string