Package org.jgrapht.ext
package org.jgrapht.ext
Extensions and integration means to other products.
-
ClassDescriptionProvides display attributes for vertices and/or edges in a graph.DOTExporter<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.JGraphModelAdapter<V,E> An adapter that reflects a JGraphT graph as a JGraph graph.Creates the JGraph cells that reflect the respective JGraphT elements.A simple default cell factory.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.