new Circle(dataopt, nullable)
Circle.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
data |
object |
<optional> <nullable> |
JSON data. |
- Source:
Methods
(abstract) doFitTitleInside(node, size, textSize)
Resize a node to fit its title inside.
Parameters:
Name | Type | Description |
---|---|---|
node |
ge.Node | Node data. |
size |
ge.ContainerSize | Text container size. |
textSize |
ge.TextSize | Text size calculator. |
- Source:
(abstract) getPoint(node, angle) → {ge.Point}
Return point at angle.
Parameters:
Name | Type | Description |
---|---|---|
node |
ge.Node | Node data. |
angle |
ge.Angle | Angle. |
- Source:
Returns:
- Type
- ge.Point
path(node) → {string}
Return SVG path.
Parameters:
Name | Type | Description |
---|---|---|
node |
ge.Node | Node data. |
- Source:
Returns:
SVG path.
- Type
- string