← Back to team overview

gephi.team team mailing list archive

Re: [Question #124300]: Problem with developed plugin when update Gephi

 

Question #124300 on Gephi changed:
https://answers.launchpad.net/gephi/+question/124300

    Status: Open => Answered

Mathieu Bastian proposed the following answer:
Hi, that is because the Export API changed, as it was not in his final
version.

You can track API changes in the overview.html file int he source code
(you see it here:
http://bazaar.launchpad.net/~gephi.team/gephi/0.7/annotate/head%3A/overview.html)

Here is the paragraph that should concern you:

"Export API refactoring, inspired from ImportAPI. Create an
ExporterBuilder interface for exporter creation and different exporters:
GraphExporter, VectorExporter, ByteExporter and CharacterExporter that
covers common cases. The way exporters write data has been rationalized
by using either java.io.Writer (text) or java.io.OutputStream (byte).
The ExportController has been improved to support all use-cases,
including file, writer and stream export. "

So you have to adapt your plugin code to be compatible with the 0.7beta,
let me know if you need some guidance.

-- 
You received this question notification because you are a member of
Gephi Team, which is an answer contact for Gephi.