public static interface JGraphModelAdapter.CellFactory<VV,EE>
Modifier and Type | Method and Description |
---|---|
DefaultEdge |
createEdgeCell(EE jGraphTEdge)
Creates an edge cell that contains its respective JGraphT edge.
|
DefaultGraphCell |
createVertexCell(VV jGraphTVertex)
Creates a vertex cell that contains its respective JGraphT vertex.
|
DefaultEdge createEdgeCell(EE jGraphTEdge)
jGraphTEdge
- a JGraphT edge to be contained.DefaultGraphCell createVertexCell(VV jGraphTVertex)
jGraphTVertex
- a JGraphT vertex to be contained.