Uses of Interface
org.jungrapht.visualization.layout.algorithms.Balloon
-
Packages that use Balloon Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of Balloon in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms that implement Balloon Modifier and Type Class Description class
BalloonLayoutAlgorithm<V>
ALayout
implementation that assigns positions toTree
orGraph
vertices using associations with nested circles ("balloons").
-