VV
- the graph vertex typeEE
- the graph edge typepublic static interface JGraphModelAdapter.CellFactory<VV,EE>
Modifier and Type | Method and Description |
---|---|
org.jgraph.graph.DefaultEdge |
createEdgeCell(EE jGraphTEdge)
Creates an edge cell that contains its respective JGraphT edge.
|
org.jgraph.graph.DefaultGraphCell |
createVertexCell(VV jGraphTVertex)
Creates a vertex cell that contains its respective JGraphT vertex.
|
org.jgraph.graph.DefaultEdge createEdgeCell(EE jGraphTEdge)
jGraphTEdge
- a JGraphT edge to be contained.org.jgraph.graph.DefaultGraphCell createVertexCell(VV jGraphTVertex)
jGraphTVertex
- a JGraphT vertex to be contained.Copyright © 2017. All rights reserved.