Class: Path

(abstract) ge.path.Path(dataopt, nullable)

(abstract) new Path(dataopt, nullable)

Abstract base path class.
Parameters:
Name Type Attributes Description
data object <optional>
<nullable>
JSON data.
Properties
Name Type Attributes Default Description
loopStart number <optional>
<nullable>
180 Loop start angle in degrees.
loopEnd number <optional>
<nullable>
270 Loop end angle in degrees.
Source:

Methods

(abstract) 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

toJson() → {object}

Convert to JSON.
Source:
Returns:
JSON data.
Type
object