JGraph
v5.13.0.0


Uses of Class
com.jgraph.layout.tree.JGraphAbstractTreeLayout.TreeNode

Packages that use JGraphAbstractTreeLayout.TreeNode
com.jgraph.layout.tree JGraphLayout graph package which contains tree layout algorithms. 
 

Uses of JGraphAbstractTreeLayout.TreeNode in com.jgraph.layout.tree
 

Subclasses of JGraphAbstractTreeLayout.TreeNode in com.jgraph.layout.tree
protected  class JGraphCompactTreeLayout.CompactTreeNode
          Abstraction of node in a tree structure
protected  class JGraphTreeLayout.StandardTreeNode
          An ADT representing a node in a tree structure.
protected  class OrganizationalChart.OrganizationalTreeNode
          An ADT representing a node in an organisational chart structure.
 

Fields in com.jgraph.layout.tree declared as JGraphAbstractTreeLayout.TreeNode
protected  JGraphAbstractTreeLayout.TreeNode JGraphTreeLayout.StandardTreeNode.parent
          the parent node of this node
 

Methods in com.jgraph.layout.tree that return JGraphAbstractTreeLayout.TreeNode
 JGraphAbstractTreeLayout.TreeNode JGraphTreeLayout.StandardTreeNode.getParent()
           
 

Methods in com.jgraph.layout.tree with parameters of type JGraphAbstractTreeLayout.TreeNode
 void JGraphTreeLayout.StandardTreeNode.setParent(JGraphAbstractTreeLayout.TreeNode parent)
           
 


JGraph
v5.13.0.0


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.