Package org.jgrapht.ext

Extensions and integration means to other products.

See:
          Description

Interface Summary
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
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> Exports a graph to a plain text matrix format, which can be processed by matrix manipulation software, such as MTJ or MATLAB.
StringEdgeNameProvider<E> Generates edge names by invoking Object.toString() on them.
StringNameProvider<V> Generates vertex names by invoking Object.toString() on them.
VisioExporter<V,E> Exports a graph to a csv format that can be imported into MS Visio.
 

Package org.jgrapht.ext Description

Extensions and integration means to other products.