Can this chart be drawn with JFreeChart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
namhooy
Posts: 1
Joined: Fri Apr 02, 2010 5:23 am
antibot: No, of course not.

Can this chart be drawn with JFreeChart?

Post by namhooy » Fri Apr 02, 2010 6:01 am

Hi guys,

I'm trying to develop a network visualizer.

It has to show network packets and their interactions in real-time.

It needs lots of nodes that represent IP addresses,

and also needs lots of lines connect two nodes that express the interations of packets.

Like these pictures below.

Image
Image
The graph on the right-top.

Do you think it's possible using JFreeChart?
If possible, How can I draw this chart?
Does anyone have an idea?

Thank you.

Locked