Michael Bölling
Michael Bölling
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 =...