AngularWidth.js

Provides utility methods for calculating angular widths.

Implemented by

RGraph, Hypertree

Summary
AngularWidth.jsProvides utility methods for calculating angular widths.
AngularWidthProvides utility methods for calculating angular widths.
Functions
setAngularWidthForNodesSets nodes angular widths.
setSubtreesAngularWidthSets subtrees angular widths.
setSubtreeAngularWidthSets the angular width for a subtree.
computeAngularWidthsComputes nodes and subtrees angular widths.

AngularWidth

Provides utility methods for calculating angular widths.

Summary
Functions
setAngularWidthForNodesSets nodes angular widths.
setSubtreesAngularWidthSets subtrees angular widths.
setSubtreeAngularWidthSets the angular width for a subtree.
computeAngularWidthsComputes nodes and subtrees angular widths.

Functions

setAngularWidthForNodes

setAngularWidthForNodes: function()

Sets nodes angular widths.

setSubtreesAngularWidth

setSubtreesAngularWidth: function()

Sets subtrees angular widths.

setSubtreeAngularWidth

setSubtreeAngularWidth: function(elem)

Sets the angular width for a subtree.

computeAngularWidths

computeAngularWidths: function ()

Computes nodes and subtrees angular widths.

setAngularWidthForNodes: function()
Sets nodes angular widths.
setSubtreesAngularWidth: function()
Sets subtrees angular widths.
setSubtreeAngularWidth: function(elem)
Sets the angular width for a subtree.
computeAngularWidths: function ()
Computes nodes and subtrees angular widths.
The main RGraph class
The main Hypertree class
Close