Package org.jgrapht.alg.drawing
Graph Drawing.
-
Interface Summary Interface Description FRLayoutAlgorithm2D.TemperatureModel A general interface for a temperature model.LayoutAlgorithm2D<V,E> A general interface for a layout 2D algorithm. -
Class Summary Class Description CircularLayoutAlgorithm2D<V,E> Circular layout.FRLayoutAlgorithm2D<V,E> Fruchterman and Reingold Force-Directed Placement Algorithm.IndexedFRLayoutAlgorithm2D<V,E> Fruchterman and Reingold Force-Directed Placement Algorithm using the Barnes-Hut indexing technique with a QuadTree.RandomLayoutAlgorithm2D<V,E> Random layout.