GraphStream Users

Archives de la liste Aide


Exporting graph in GEXF format


Chronologique Discussions 
  • From: Rajesh Veeranki <rveeranki01 AT gmail.com>
  • To: graphstream-users AT litislab.fr
  • Subject: Exporting graph in GEXF format
  • Date: Mon, 2 Jul 2012 01:30:41 +0530

Hi ,
I'm back with a new question.I want to export the graph into GEXF format. I tried something like this, but its giving a null pointer exception.
.................
                Graph g = new SingleGraph("");
                FileSinkBase fsb = null;
FileWriter f = new FileWriter("out.txt");
PrintWriter pw = new PrintWriter(f);
fsb.writeAll(g, pw);
.................
Please help  me regarding this and how to export it.




Thanks,
Rajesh V.




Archives gérées par MHonArc 2.6.16.

Top of page