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