gexf4j-core
gexf4j-core copied to clipboard
GEXF Java Library
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I added the ability to specify timesteps as a double.
HI, I just downloaded 0.2.0 ALPHA Jar file. I used the "StaxGraphWriter" class to write the graph into a file... Though the data is being dumped, I see that there...
The Example you gave at http://gexf.net/gexf4j/ lead me to the question how do you save the gexf-File. I found StaxGraphWriter and added the following to get the demo saving the...
It seems that gephi 0.8a already needs gexf 1.2 format and this is not yet supported by gexf4j. So looking at the gephi toolkit it seems to be more easy...
I added a viz position to the gexf File and was wondering why I got an error message ...XMLStreamException: ParseError ... ElementPrefixUnbound?viz&viz:position when I tried to open it in gephi....
When I debugged the example some classes could not be found. I justed added the gexf4-core.jar to the build path etc. I found the missing classes in: http://code.google.com/p/guava-libraries/ Maybe it...
As I cound not find out which package is supplying the toDate function I modified the sample given at http://gexf.net/gexf4j/ So I replaced: gexf.getMetadata().setLastModified(toDate("2009-03-20")).setCreator("Gephi.org").setDescription("A Web network"); by: DateFormat df =...
Hi, First of all, Thank you a lot for developing this. It was really helpful for me. However there are some problems with regards to the shape and color of...
Hi jm, first of all, thanks for this initiative. It was cool to find a gexf library so concise and well-thought. Anyway, I´m a newbie to gexf and what I...