Global

Methods

Abbreviation(prefix, root, suffix)

Manages suffixes and prefixes of a string. A string can have either a prefix or a suffix, but not both.

Parameters:
Name Type Description
prefix String
root String
suffix String
Source:

Line(parent, child, line)

Constructs a line between two GraphBuilderNodes
Parameters:
Name Type Description
parent GraphBuilderNode The parent node
child GraphBuilderNode The child node
line jQuery.selection A jQuery selection of the line connecting the two nodes
Source: