Uses of Class
com.jgraph.layout.tree.JGraphAbstractTreeLayout.TreeNode
Packages that use JGraphAbstractTreeLayout.TreeNode
Package
Description
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.treeModifier and TypeClassDescriptionprotected classAbstraction of node in a tree structureprotected classAn ADT representing a node in a tree structure.protected classAn ADT representing a node in an organisational chart structure.Fields in com.jgraph.layout.tree declared as JGraphAbstractTreeLayout.TreeNodeModifier and TypeFieldDescriptionprotected JGraphAbstractTreeLayout.TreeNodeJGraphTreeLayout.StandardTreeNode.parentthe parent node of this nodeMethods in com.jgraph.layout.tree that return JGraphAbstractTreeLayout.TreeNodeMethods in com.jgraph.layout.tree with parameters of type JGraphAbstractTreeLayout.TreeNodeModifier and TypeMethodDescriptionvoidJGraphTreeLayout.StandardTreeNode.setParent(JGraphAbstractTreeLayout.TreeNode parent)