Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Recommendations for a 2D Graphics Library

Reply
Thread Tools

Recommendations for a 2D Graphics Library

 
 
CapCity
Guest
Posts: n/a
 
      08-06-2008
We're looking for a library to use in a Java application to create 2D
graphs. We've searched around but are not sure what will best suit our
needs.

What we need to do is visually show a collection of items (nodes) with links
between "related" items. Somewhat like a tree, except a node can have
multiple children, can have multiple parents, and generations are not fixed
(meaning Node A can be related to Node B; Node A can be realted to Node C;
Node B can be related to Node C).

We need to be able to label nodes and links, zoom in and out and have a
small degree of interaction (clicking a node will show detailed information
of that node).

Lastly, we prefer an open source library.

What do you use/recommend?

Thanks in advance.



 
Reply With Quote
 
 
 
 
shakah
Guest
Posts: n/a
 
      08-06-2008
On Aug 6, 10:08*am, "CapCity" <C...@City.com> wrote:
> We're looking for a library to use in a Java application to create 2D
> graphs. We've searched around but are not sure what will best suit our
> needs.
>
> What we need to do is visually show a collection of items (nodes) with links
> between "related" items. Somewhat like a tree, except a node can have
> multiple children, can have multiple parents, and generations are not fixed
> (meaning Node A can be related to Node B; Node A can be realted to Node C;
> Node B can be related to Node C).
>
> We need to be able to label nodes and links, zoom in and out and have a
> small degree of interaction (clicking a node will show detailed information
> of that node).
>
> Lastly, we prefer an open source library.
>
> What do you use/recommend?
>
> Thanks in advance.


I've used dot for similar graphing needs in web apps:
http://www.graphviz.org/

Not sure if there's anything there for you as far as stand-alone Java
apps go, though.
 
Reply With Quote
 
 
 
 
softwarepearls_com
Guest
Posts: n/a
 
      08-06-2008
yFiles.com produce an awesome library. Unfortunately, it'll cost you
if your own application is commercial. Check out the yEd free demo
editor to get a taste of their lib's capabilities.
 
Reply With Quote
 
Abhijat Vatsyayan
Guest
Posts: n/a
 
      08-06-2008
CapCity wrote:
> We're looking for a library to use in a Java application to create 2D
> graphs. We've searched around but are not sure what will best suit our
> needs.
>
> What we need to do is visually show a collection of items (nodes) with links
> between "related" items. Somewhat like a tree, except a node can have
> multiple children, can have multiple parents, and generations are not fixed
> (meaning Node A can be related to Node B; Node A can be realted to Node C;
> Node B can be related to Node C).
>
> We need to be able to label nodes and links, zoom in and out and have a
> small degree of interaction (clicking a node will show detailed information
> of that node).
>
> Lastly, we prefer an open source library.
>
> What do you use/recommend?
>
> Thanks in advance.
>
>
>

JGraph is decent and has been around for sometime.
URL:http://www.jgraph.com/jgraph.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel HD Graphics 3000 and Intel HD Graphics 2000 Review Ian Front Page News 0 02-24-2011 03:07 PM
Best graphics program to lecture students with graphics tablet Mrs. Chickpea Digital Photography 8 05-26-2008 04:54 AM
Upgrading graphics on a computer with Integrated Graphics sharonf Computer Support 3 03-27-2007 06:21 AM
Gizmodo: NVIDIA Ships 128-Core Graphics Cards for High-End Film Editors Graphics Pros Silverstrand Front Page News 0 03-05-2007 03:32 PM
Intel Graphics Media Accelerator 900 Graphics Harvey Gratt Computer Support 3 10-09-2005 02:40 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57