Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jgrapht.ext Classes and Interfaces - 16 results found.
| Name | Description | Type | Package | Framework |
| ComponentAttributeProvider | Provides display attributes for vertices and/or edges in a graph. | Interface | org.jgrapht.ext | JGraph |
|
| DOTExporter | Exports a graph into a DOT file. | Class | org.jgrapht.ext | JGraph |
|
| EdgeNameProvider | Assigns a display name for each of the graph edes. | Interface | org.jgrapht.ext | JGraph |
|
| GmlExporter | Exports a graph into a GML file (Graph Modelling Language). | Class | org.jgrapht.ext | JGraph |
|
| GraphMLExporter | Exports a graph into a GraphML file. | Class | org.jgrapht.ext | JGraph |
|
| IntegerEdgeNameProvider | Assigns a unique integer to represent each edge. | Class | org.jgrapht.ext | JGraph |
|
| IntegerNameProvider | Assigns a unique integer to represent each vertex. | Class | org.jgrapht.ext | JGraph |
|
| JGraphModelAdapter | An adapter that reflects a JGraphT graph as a JGraph graph. | Class | org.jgrapht.ext | JGraph |
|
| JGraphModelAdapter .CellFactory | Creates the JGraph cells that reflect the respective JGraphT elements. | Interface | org.jgrapht.ext.JGraphModelAdapter | JGraph |
|
| JGraphModelAdapter .DefaultCellFactory | A simple default cell factory. | Class | org.jgrapht.ext.JGraphModelAdapter | JGraph |
|
| JGraphXAdapter | Adapter to draw a JGraphT graph with the JGraphX drawing library. | Class | org.jgrapht.ext | JGraph |
|
| MatrixExporter | Exports a graph to a plain text matrix format, which can be processed by matrix manipulation software, such as | Class | org.jgrapht.ext | JGraph |
|
| StringEdgeNameProvider | Generates edge names by invoking Object. | Class | org.jgrapht.ext | JGraph |
|
| StringNameProvider | Generates vertex names by invoking Object. | Class | org.jgrapht.ext | JGraph |
|
| VertexNameProvider | Assigns a display name for each of the graph vertices. | Interface | org.jgrapht.ext | JGraph |
|
| VisioExporter | Exports a graph to a csv format that can be imported into MS Visio. | Class | org.jgrapht.ext | JGraph |