tomnelson / jungrapht-visualization

visualization and sample code from Java Universal Network Graph ported to use JGraphT models and algorithms
Other
47 stars 7 forks source link

Add better Graph Vertex Clustering support #19

Closed tomnelson closed 4 years ago

tomnelson commented 4 years ago

Current Graph Vertex Clustering support depends on unfortunate manipulation of the generic vertex types. Add support that is more flexible and usable for any type graph without changing the vertex generic type. Replace the current demo.

tomnelson commented 4 years ago

New clustering code is in master branch