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.
|
EdgeProvider<V,E> |
Defines a provider of edges of type E
|
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.
|
VertexProvider<V> |
Creates a Vertex of type V
|
VertexUpdater<V> |
Type to handle updates to a vertex when an import gets more information about
a vertex after it has been created.
|
Class | Description |
---|---|
DOTExporter<V,E> |
Exports a graph into a DOT file.
|
DOTImporter<V,E> |
Imports a graph from 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.
|
JGraphXAdapter<V,E> |
Adapter to draw a JGraphT graph with the JGraphX drawing library.
|
MatrixExporter<V,E> | |
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.
|
Exception | Description |
---|---|
ImportException |
Used to show problems with importing a graph.
|
Extensions and integration means to other products.
Copyright © 2016. All rights reserved.