Package org.jgrapht.ext
Extensions and integration means to other products.
-
Interface Summary Interface Description ComponentAttributeProvider<T> Provides display attributes for vertices and/or edges in a graph.EdgeNameProvider<E> Assigns a display name for each of the graph edes.JGraphModelAdapter.CellFactory<VV,EE> Creates the JGraph cells that reflect the respective JGraphT elements.VertexNameProvider<V> Assigns a display name for each of the graph vertices. -
Class Summary Class Description DOTExporter<V,E> Exports a graph into a DOT file.GmlExporter<V,E> Exports a graph into a GML file (Graph Modelling Language).GraphMLExporter<V,E> Exports a graph into a GraphML file.IntegerEdgeNameProvider<E> Assigns a unique integer to represent each edge.IntegerNameProvider<V> Assigns a unique integer to represent each vertex.JGraphModelAdapter<V,E> An adapter that reflects a JGraphT graph as a JGraph graph.JGraphModelAdapter.DefaultCellFactory<VV,EE> A simple default cell factory.MatrixExporter<V,E> StringEdgeNameProvider<E> Generates edge names by invokingObject.toString()
on them.StringNameProvider<V> Generates vertex names by invokingObject.toString()
on them.VisioExporter<V,E> Exports a graph to a csv format that can be imported into MS Visio.