I'd like to draw a graph using a different pictures for each node.
How can I do?
I'd like to link the nodes and the arcs.
There is a library for doing that?
if it not exists what is the best algorithms for doing that?
Thank you in advance,
Andra.
Oliver Wong - 16 Jan 2006 21:29 GMT
> I'd like to draw a graph using a different pictures for each node.
> How can I do?
[quoted text clipped - 3 lines]
> Thank you in advance,
> Andra.
Did you try googling for "Java graph"?
- Oliver
Stefan Ram - 16 Jan 2006 21:36 GMT
>Did you try googling for "Java graph"?
I have a category in my catalogue for this:
Stefan Ram garnoo :catalogue:Treeg:programming:language/Java:libraries:graphics generation:structured
http://purl.net/stefan_ram/garnoo/XOCATALOGUEXOYTREEGXOPROGRAMMINGXOLANGUAGEXSYJ
AVAXOLIBRARIESXOGRAPHICSXGGENERATIONXOSTRUCTURED
The category has two entries, so I might tell
as well here what they are: Piccolo and JGraph.
Francesco Devittori - 17 Jan 2006 11:33 GMT
> I'd like to draw a graph using a different pictures for each node.
> How can I do?
[quoted text clipped - 3 lines]
> Thank you in advance,
> Andra.
Keep it simple, output a simple text file and use dot (www.graphviz.org).
I suspect that the algorithms are quite difficult if you want a nice output.
Francesco