Uses of Class
edu.uci.ics.jung.algorithms.layout.TreeLayout
-
Packages that use TreeLayout 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 TreeLayout in edu.uci.ics.jung.algorithms.layout
Subclasses of TreeLayout in edu.uci.ics.jung.algorithms.layout Modifier and Type Class Description classBalloonLayout<V,E>ALayoutimplementation that assigns positions toTreeorForestvertices using associations with nested circles ("balloons").classRadialTreeLayout<V,E>A radial layout for Tree or Forest graphs. -
Uses of TreeLayout in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as TreeLayout Modifier and Type Field Description (package private) TreeLayout<java.lang.String,java.lang.Integer>BalloonLayoutDemo. layout(package private) TreeLayout<java.lang.String,java.lang.Integer>RadialTreeLensDemo. layout(package private) TreeLayout<java.lang.String,java.lang.Integer>TreeCollapseDemo. layout(package private) TreeLayout<java.lang.String,java.lang.Integer>L2RTreeLayoutDemo. treeLayout(package private) TreeLayout<java.lang.String,java.lang.Integer>TreeLayoutDemo. treeLayout
-