문제

Using JUNG, I am able to draw one graph at a time. However, I need to display 2 independent graphs (already populated) by overlapping one over the other (perhaps with different vertex/edge colors). How do I do that? I am not able to see any mechanism to add a new graph to already existing layout.

Does JUNG support this?

Regards,

Salil

올바른 솔루션이 없습니다

다른 팁

Take a look at SubLayoutDemo, which uses AggregateLayout.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top