Uses of Class
org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Pair
-
Packages that use KKLayoutAlgorithm.Pair Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of KKLayoutAlgorithm.Pair in org.jungrapht.visualization.layout.algorithms
Fields in org.jungrapht.visualization.layout.algorithms with type parameters of type KKLayoutAlgorithm.Pair Modifier and Type Field Description protected Map<KKLayoutAlgorithm.Pair<V>,Integer>
KKLayoutAlgorithm. distance
Retrieves graph distances between vertices of the visible graphMethods in org.jungrapht.visualization.layout.algorithms that return KKLayoutAlgorithm.Pair Modifier and Type Method Description static <V> KKLayoutAlgorithm.Pair<V>
KKLayoutAlgorithm.Pair. of(V first, V second)
-