javavisiojgraphmxgraph

How to export a mxGraph to a visio diagram?


I've implemented a graph using mxGraph libraries. Is there any way to export this graph to visio?


Solution

  • You must do it by youself.Here is the step:

    1. Encode the graph to xml.

    2. Trans the xml to your own object.

    3. Draw it.