Uses of Class
edu.uci.ics.jung.algorithms.layout.TreeLayout

Packages that use TreeLayout
edu.uci.ics.jung.algorithms.layout 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.layout
 class BalloonLayout<V,E>
          A Layout implementation that assigns positions to Tree or Forest vertices using associations with nested circles ("balloons").
 class RadialTreeLayout<V,E>
          A radial layout for Tree or Forest graphs.
 



Copyright © 2009. All Rights Reserved.