1

I need to represent graphically a directed graph, with possibility of defining events when clicking the nodes.

But the library needs to be free, because it's for a professional purpose and I won't get lucky on getting a paid one.

3
  • Do you mean graphs having nodes and edges or do you mean charts? Commented May 15, 2012 at 13:46
  • jGraph? jFreeChart? No clue what kind of graph you're talking about. Commented May 15, 2012 at 13:46
  • Nodes and edges. A directed graph. jGraph is the mxgraph right? And isn't free Commented May 15, 2012 at 13:47

1 Answer 1

2

See Java graph library

jGraph and JUNG are both licensed under BSD.

Sign up to request clarification or add additional context in comments.

4 Comments

Sorry for the stupid question, and yes I read the definition in wiki. But does that mean I could use it in an research project application? In the jGraph I find only this: jgraph.com/jgraphdownload.html But that doesn't seem like the jGraph library that I've found examples of.
You can use it freely (even commercially). Basically the only thing you need to do is leave the original copyright notice somewhere in the Readme...
@Mind - it is not a good idea to seek (what amounts to) free legal advice from no-lawyers. If you cannot get your head around what a license means, and you are worried about it, talk to a legal professional ...
Yeah, thanks to both of you. Your help was much appreciated!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.