An abstraction of a hierarchical edge for the hierarchy layout
| mxGraphHierarchyNode | An abstraction of a hierarchical edge for the hierarchy layout |
| Functions | |
| mxGraphHierarchyNode | Constructs an internal node to represent the specified real graph cell |
| Variables | |
| cell | The graph cell this object represents. |
| id | The object identity of the wrapped cell |
| connectsAsTarget | Collection of hierarchy edges that have this node as a target |
| connectsAsSource | Collection of hierarchy edges that have this node as a source |
| hashCode | Assigns a unique hashcode for each node. |
| Functions | |
| getRankValue | Returns the integer value of the layer that this node resides in |
| getNextLayerConnectedCells | Returns the cells this cell connects to on the next layer up |
| getPreviousLayerConnectedCells | Returns the cells this cell connects to on the next layer down |
| isVertex | Returns true. |
| getGeneralPurposeVariable | Gets the value of temp for the specified layer |
| setGeneralPurposeVariable | Set the value of temp for the specified layer |
| isAncestor | |
| getCoreCell | Gets the core vertex associated with this wrapper |
Constructs an internal node to represent the specified real graph cell
function mxGraphHierarchyNode( cell )
The graph cell this object represents.
mxGraphHierarchyNode.prototype.cell
The object identity of the wrapped cell
mxGraphHierarchyNode.prototype.id
Collection of hierarchy edges that have this node as a target
mxGraphHierarchyNode.prototype.connectsAsTarget
Collection of hierarchy edges that have this node as a source
mxGraphHierarchyNode.prototype.connectsAsSource
Assigns a unique hashcode for each node.
mxGraphHierarchyNode.prototype.hashCode
Returns the integer value of the layer that this node resides in
mxGraphHierarchyNode.prototype.getRankValue = function( layer )
Returns the cells this cell connects to on the next layer up
mxGraphHierarchyNode.prototype.getNextLayerConnectedCells = function( layer )
Returns the cells this cell connects to on the next layer down
mxGraphHierarchyNode.prototype.getPreviousLayerConnectedCells = function( layer )
Returns true.
mxGraphHierarchyNode.prototype.isVertex = function()
Gets the value of temp for the specified layer
mxGraphHierarchyNode.prototype.getGeneralPurposeVariable = function( layer )
Set the value of temp for the specified layer
mxGraphHierarchyNode.prototype.setGeneralPurposeVariable = function( layer, value )
mxGraphHierarchyNode.prototype.isAncestor = function( otherNode )
Gets the core vertex associated with this wrapper
mxGraphHierarchyNode.prototype.getCoreCell = function()