Uses of Class
edu.uci.ics.jung.algorithms.layout.TreeLayout
Packages that use TreeLayout
Package
Description
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
Sample applications created using JUNG, largely focused on visualization.
-
Uses of TreeLayout in edu.uci.ics.jung.algorithms.layout
Subclasses of TreeLayout in edu.uci.ics.jung.algorithms.layoutModifier and TypeClassDescriptionclass
BalloonLayout<V,
E> ALayout
implementation that assigns positions toTree
orForest
vertices using associations with nested circles ("balloons").class
RadialTreeLayout<V,
E> A radial layout for Tree or Forest graphs. -
Uses of TreeLayout in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as TreeLayoutModifier and TypeFieldDescription(package private) TreeLayout
<String, Integer> BalloonLayoutDemo.layout
(package private) TreeLayout
<String, Integer> RadialTreeLensDemo.layout
(package private) TreeLayout
<String, Integer> TreeCollapseDemo.layout
(package private) TreeLayout
<String, Integer> L2RTreeLayoutDemo.treeLayout
(package private) TreeLayout
<String, Integer> TreeLayoutDemo.treeLayout