Package org.jgrapht.ext
package org.jgrapht.ext
Extensions and integration means to other products.
-
ClassDescriptionDOTExporter<V,
E> Exports a graph into a DOT file.Assigns a display name for each of the graph edes.GmlExporter<V,E> Exports a graph into a GML file (Graph Modelling Language).GraphMLExporter<V,E> Exports a graph into a GraphML file.Assigns a unique integer to represent each edge.Assigns a unique integer to represent each vertex.MatrixExporter<V,E> Generates edge names by invokingObject.toString()
on them.Generates vertex names by invokingObject.toString()
on them.Assigns a display name for each of the graph vertices.VisioExporter<V,E> Exports a graph to a csv format that can be imported into MS Visio.