public 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 © 2016. All rights reserved.