public static interface JGraphModelAdapter.CellFactory
Modifier and Type | Method and Description |
---|---|
org.jgraph.graph.DefaultEdge |
createEdgeCell(Edge jGraphTEdge)
Creates an edge cell that contains its respective JGraphT edge.
|
org.jgraph.graph.DefaultGraphCell |
createVertexCell(java.lang.Object jGraphTVertex)
Creates a vertex cell that contains its respective JGraphT vertex.
|
org.jgraph.graph.DefaultEdge createEdgeCell(Edge jGraphTEdge)
jGraphTEdge
- a JGraphT edge to be contained.org.jgraph.graph.DefaultGraphCell createVertexCell(java.lang.Object jGraphTVertex)
jGraphTVertex
- a JGraphT vertex to be contained.