[JAVA2D] graph representation API

2008-06-17 Thread java2d
hi everyone I wonder if I there is a strong and easy to use API to represent Graph that is suitable for my own data structure program. Simply in my program i have built-in linked list of objects called Transaction class each Transaction represents vertex in a graph. Each vertex has two

Re: [JAVA2D] graph representation API

2008-06-17 Thread Dmitri Trembovetski
There's no direct graph support in Java2D, you'd have to write your own. Have you looked at http://www.jgraph.com/ or http://www.jfree.org/jfreechart/ ? Thanks, Dmitri [EMAIL PROTECTED] wrote: hi everyone I wonder if I there is a strong and easy to use API to represent Graph that