|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Creates the JGraph cells that reflect the respective JGraphT elements.
Method Summary | |
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. |
Method Detail |
public org.jgraph.graph.DefaultEdge createEdgeCell(Edge jGraphTEdge)
jGraphTEdge
- a JGraphT edge to be contained.
public org.jgraph.graph.DefaultGraphCell createVertexCell(java.lang.Object jGraphTVertex)
jGraphTVertex
- a JGraphT vertex to be contained.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |