Uses of Class
com.jgraph.layout.tree.JGraphAbstractTreeLayout
Packages that use JGraphAbstractTreeLayout
Package
Description
JGraphLayout graph package which contains tree layout algorithms.
-
Uses of JGraphAbstractTreeLayout in com.jgraph.layout.tree
Subclasses of JGraphAbstractTreeLayout in com.jgraph.layout.treeModifier and TypeClassDescriptionclassThe compact tree layout is a Moen layout, which concentrates on making the graph as compact as possible whilst still allowing correctly for varations in node shapes and sizes The paper by Moen is called "Drawing Dynamic Trees" and may be purchased from http://csdl.computer.org/comp/mags/so/1990/04/s4021abs.htmclassDeprecated.use JGraphCompactTreeLayout insteadclassAn implementation of a basic tree layout.classA simple organisational chart.