How do you change the size of a specific vertex in Jung Visualization Library?
I'm reading the documentation but I'm not extremely familiar with java and I can't find any good examples on line.
How do you change the size of a specific vertex in Jung Visualization Library?
I'm reading the documentation but I'm not extremely familiar with java and I can't find any good examples on line.
It took me a while, but here is a readable, fully-commented program that changes the vertex size and color in a graph. Enjoy!
PluggableRendererDemo
, shown here, illustrates how to change the size, shape and aspect of vertices.