Uses of Class
edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
-
Packages that use FRLayout.FRVertexData Package Description edu.uci.ics.jung.algorithms.layout Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices. -
-
Uses of FRLayout.FRVertexData in edu.uci.ics.jung.algorithms.layout
Fields in edu.uci.ics.jung.algorithms.layout with type parameters of type FRLayout.FRVertexData Modifier and Type Field Description protected com.google.common.cache.LoadingCache<V,FRLayout.FRVertexData>
FRLayout. frVertexData
Methods in edu.uci.ics.jung.algorithms.layout that return FRLayout.FRVertexData Modifier and Type Method Description protected FRLayout.FRVertexData
FRLayout. getFRData(V v)
-