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.
-
Uses of TreeLayout in edu.uci.ics.jung.algorithms.layout
Subclasses of TreeLayout in edu.uci.ics.jung.algorithms.layoutModifier and TypeClassDescriptionclassBalloonLayout<V,E> ALayoutimplementation that assigns positions toTreeorForestvertices using associations with nested circles ("balloons").classRadialTreeLayout<V,E> A radial layout for Tree or Forest graphs.