Hi,
at the moment, I'm trying to change the color of a specific vertex in JUNG. I know i can use the following function to change the color of all nodes. Is it possible to substitute v from the following line with a specific node.
vv.getRenderContext().setVertexFillPaintFunction(v -> Color.blue);
Or should i use transformer classes?
I checked out the jungrapht-visualization-master.
An example would be great. Thx!
at the moment, I'm trying to change the color of a specific vertex in JUNG. I know i can use the following function to change the color of all nodes. Is it possible to substitute v from the following line with a specific node.
vv.getRenderContext().setVertexFillPaintFunction(v -> Color.blue);
Or should i use transformer classes?
I checked out the jungrapht-visualization-master.
An example would be great. Thx!