SYMBOL INDEX (75 symbols across 13 files) FILE: dist/vtree.js function __webpack_require__ (line 7) | function __webpack_require__(moduleId) { FILE: src/decorator/linkName.js class LinkNameDecorator (line 3) | class LinkNameDecorator { method constructor (line 4) | constructor(linkName) { method render (line 8) | render(g, oldG, width) { FILE: src/layout/array.js constant DURATION (line 3) | const DURATION = 1000; class ArrayLayout (line 8) | class ArrayLayout { method constructor (line 9) | constructor(options={}) { method layout (line 13) | layout(node) { method renderLinks (line 20) | renderLinks(node) { function layout (line 28) | function layout(node) { function renderLinks (line 50) | function renderLinks(node) { function calcChildrenWidth (line 99) | function calcChildrenWidth(node) { function calcTotalSize (line 118) | function calcTotalSize(node) { FILE: src/layout/tree.js constant MARGIN (line 5) | const MARGIN = 10; constant HEIGHT (line 6) | const HEIGHT = 50; constant DURATION (line 7) | const DURATION = 1000; class TreeLayout (line 12) | class TreeLayout { method constructor (line 13) | constructor(options={}) { method layout (line 17) | layout(node) { method renderLinks (line 24) | renderLinks(node) { function layout (line 30) | function layout(node, height) { function renderLinks (line 52) | function renderLinks(node) { function calcChildrenWidth (line 88) | function calcChildrenWidth(node) { function calcTotalSize (line 107) | function calcTotalSize(node, height) { FILE: src/node/array.js constant MARGIN (line 6) | const MARGIN = 10; class ArrayNode (line 9) | class ArrayNode extends Node { method constructor (line 10) | constructor(nodes, layout, options={}) { method _render (line 26) | _render() { FILE: src/node/dummy.js class DummyNode (line 4) | class DummyNode extends Node { method constructor (line 5) | constructor(child) { method _render (line 11) | _render(g) { FILE: src/node/node.js class Node (line 16) | class Node { method constructor (line 17) | constructor(data, children, layout) { method render (line 32) | render(g) { method _render (line 62) | _render() { FILE: src/node/string.js class StringNode (line 5) | class StringNode extends Node { method constructor (line 6) | constructor(data) { method _render (line 12) | _render(g) { FILE: src/node/table.js class TableNode (line 5) | class TableNode extends Node { method constructor (line 6) | constructor(data, children) { method _render (line 12) | _render(g) { method renderCells (line 27) | renderCells(g) { method layoutCells (line 49) | layoutCells(tbl) { method calcMaxWidths (line 74) | calcMaxWidths(tbl) { method calcMaxHeights (line 91) | calcMaxHeights(tbl) { FILE: src/node/util.js constant MAX_LEN (line 1) | const MAX_LEN = 32; class BBox (line 3) | class BBox { method constructor (line 4) | constructor(x=0, y=0, width=0, height=0) { function appendRectText (line 13) | function appendRectText(g, x, y, text, pad) { function getClassName (line 44) | function getClassName(d) { FILE: src/reader/object.js class ObjectReader (line 9) | class ObjectReader { method constructor (line 10) | constructor() { method read (line 13) | read(obj) { function obj2node (line 19) | function obj2node(obj, linkName) { function isPrimitive (line 80) | function isPrimitive(d) { FILE: src/util.js function visitBefore (line 1) | function visitBefore(node, callback) { function visitAfter (line 21) | function visitAfter(node, callback) { FILE: src/vtree.js constant WIDTH (line 16) | const WIDTH = 960; constant HEIGHT (line 17) | const HEIGHT = 800; constant MARGIN (line 18) | const MARGIN = 20; constant DEFAULT_TREE_LAYOUT_HEIGHT (line 20) | const DEFAULT_TREE_LAYOUT_HEIGHT = 50; constant DEBUG_TREE_LAYOUT_HEIGHT (line 21) | const DEBUG_TREE_LAYOUT_HEIGHT = 100; class VTree (line 36) | class VTree { method constructor (line 37) | constructor(container) { method width (line 66) | width(width) { method height (line 79) | height(height) { method debug (line 92) | debug(debug) { method data (line 108) | data(data) { method createSvgString (line 118) | createSvgString() { method createTreeGroups (line 136) | createTreeGroups(parentG, depth) { method update (line 160) | update() { method setRootPos (line 204) | setRootPos() { method _debugGetG (line 216) | _debugGetG() { method _debugDrawGrid (line 231) | _debugDrawGrid() { method _debugDrawNodeInfo (line 253) | _debugDrawNodeInfo(node) {