|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg._3pq.jgrapht.ext.JGraphModelAdapter.DefaultCellFactory
A simple default cell factory.
Constructor Summary | |
JGraphModelAdapter.DefaultCellFactory()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JGraphModelAdapter.DefaultCellFactory()
Method Detail |
public org.jgraph.graph.DefaultEdge createEdgeCell(Edge jGraphTEdge)
JGraphModelAdapter.CellFactory
createEdgeCell
in interface JGraphModelAdapter.CellFactory
jGraphTEdge
- a JGraphT edge to be contained.
JGraphModelAdapter.CellFactory.createEdgeCell(org._3pq.jgrapht.Edge)
public org.jgraph.graph.DefaultGraphCell createVertexCell(java.lang.Object jGraphTVertex)
JGraphModelAdapter.CellFactory
createVertexCell
in interface JGraphModelAdapter.CellFactory
jGraphTVertex
- a JGraphT vertex to be contained.
JGraphModelAdapter.CellFactory.createVertexCell(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |