| Package | Description | 
|---|---|
| org.jgrapht.ext | 
 Extensions and integration means to other products. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JGraphModelAdapter.DefaultCellFactory<VV,EE>
A simple default cell factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JGraphModelAdapter.CellFactory<V,E> | 
JGraphModelAdapter.getCellFactory()
Returns the cell factory used to create the JGraph cells. 
 | 
| Constructor and Description | 
|---|
JGraphModelAdapter(Graph<V,E> jGraphTGraph,
                  org.jgraph.graph.AttributeMap defaultVertexAttributes,
                  org.jgraph.graph.AttributeMap defaultEdgeAttributes,
                  JGraphModelAdapter.CellFactory<V,E> cellFactory)
Constructs a new JGraph model adapter for the specified JGraphT graph. 
 | 
Copyright © 2017. All rights reserved.