|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface JGraphModelAdapter.CellFactory<VV,EE>
Creates the JGraph cells that reflect the respective JGraphT elements.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
DefaultEdge createEdgeCell(EE jGraphTEdge)
jGraphTEdge - a JGraphT edge to be contained.
DefaultGraphCell createVertexCell(VV jGraphTVertex)
jGraphTVertex - a JGraphT vertex to be contained.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||