Uses of Class
edu.uci.ics.jung.algorithms.layout.AbstractLayout
-
Packages that use AbstractLayout Package Description edu.uci.ics.jung.algorithms.layout Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices.edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization. -
-
Uses of AbstractLayout in edu.uci.ics.jung.algorithms.layout
Subclasses of AbstractLayout in edu.uci.ics.jung.algorithms.layout Modifier and Type Class Description classCircleLayout<V,E>ALayoutimplementation that positions vertices equally spaced on a regular circle.classDAGLayout<V,E>An implementation ofLayoutsuitable for tree-like directed acyclic graphs.classFRLayout<V,E>Implements the Fruchterman-Reingold force-directed algorithm for node layout.classFRLayout2<V,E>Implements the Fruchterman-Reingold force-directed algorithm for node layout.classISOMLayout<V,E>Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.classKKLayout<V,E>Implements the Kamada-Kawai algorithm for node layout.classSpringLayout<V,E>The SpringLayout package represents a visualization of a set of nodes.classSpringLayout2<V,E>The SpringLayout package represents a visualization of a set of nodes.classStaticLayout<V,E>StaticLayout places the vertices in the locations specified by its initializer, and has no other behavior. -
Uses of AbstractLayout in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as AbstractLayout Modifier and Type Field Description private AbstractLayout<java.lang.Number,java.lang.Number>AddNodeDemo. layoutprivate AbstractLayout<java.lang.Number,java.lang.Number>AnimatingAddNodeDemo. layout(package private) AbstractLayout<java.lang.Number,java.lang.Number>GraphEditorDemo. layout
-