* Tree layout. Depending on the method parameter, performs either * Reingold-Tilford 'tidy' layout or dendrogram 'cluster' layout. * @constructor * @param {object} params - The parameters for this operator.
(params)
| 137142 | * @constructor |
| 137143 | * @param {object} params - The parameters for this operator. |
| 137144 | */ function Tree(params) { |
| 137145 | HierarchyLayout.call(this, params); |
| 137146 | } |
| 137147 | Tree.Definition = { |
| 137148 | "type": "Tree", |
| 137149 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected