Uses of Class
com.jgraph.layout.tree.JGraphTreeLayout.StandardTreeNode
Packages that use JGraphTreeLayout.StandardTreeNode
Package
Description
JGraphLayout graph package which contains tree layout algorithms.
-
Uses of JGraphTreeLayout.StandardTreeNode in com.jgraph.layout.tree
Subclasses of JGraphTreeLayout.StandardTreeNode in com.jgraph.layout.treeModifier and TypeClassDescriptionprotected classAn ADT representing a node in an organisational chart structure.Methods in com.jgraph.layout.tree that return JGraphTreeLayout.StandardTreeNodeModifier and TypeMethodDescriptionprotected JGraphTreeLayout.StandardTreeNodeJGraphTreeLayout.getLeftMostX(JGraphTreeLayout.StandardTreeNode node) Obtains the left most point on the sub-tree under the specified tree nodeprotected JGraphTreeLayout.StandardTreeNodeJGraphTreeLayout.getRightMostX(JGraphTreeLayout.StandardTreeNode node) Obtains the right most point on the sub-tree under the specified tree nodeprotected JGraphTreeLayout.StandardTreeNodeJGraphTreeLayout.getTreeNode(Object cell) Obtains the tree node corresponding to the specified cellprotected JGraphTreeLayout.StandardTreeNodeOrganizationalChart.getTreeNode(Object cell) Obtains the tree node corresponding to the specified cellMethods in com.jgraph.layout.tree with parameters of type JGraphTreeLayout.StandardTreeNodeModifier and TypeMethodDescriptionvoidJGraphTreeLayout.StandardTreeNode.addChild(JGraphTreeLayout.StandardTreeNode newChild) Adds a new child to this parent nodevoidOrganizationalChart.OrganizationalTreeNode.addChild(JGraphTreeLayout.StandardTreeNode newChild) Adds a new child to this parent nodeprotected JGraphTreeLayout.StandardTreeNodeJGraphTreeLayout.getLeftMostX(JGraphTreeLayout.StandardTreeNode node) Obtains the left most point on the sub-tree under the specified tree nodeprotected JGraphTreeLayout.StandardTreeNodeJGraphTreeLayout.getRightMostX(JGraphTreeLayout.StandardTreeNode node) Obtains the right most point on the sub-tree under the specified tree nodeprotected voidJGraphTreeLayout.join(JGraphTreeLayout.StandardTreeNode node) Joins nodes underneath the specified tree nodeprotected voidJGraphTreeLayout.layout(JGraphTreeLayout.StandardTreeNode node) Top-level method that performs actual layout of tree for a specific node.protected voidOrganizationalChart.layout(JGraphTreeLayout.StandardTreeNode node) Top-level method that performs actual layout of tree for a specific node.protected voidJGraphTreeLayout.setLevelHeights(JGraphTreeLayout.StandardTreeNode root) Sets the heights of the level under the specified nodeprotected voidJGraphTreeLayout.spaceMultipleTrees(JGraphTreeLayout.StandardTreeNode root) Ensures that the specified root is spaced far enough from previous trees so not to overlap any cells.