|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.ext.JGraphModelAdapter.DefaultCellFactory<VV,EE>
public static class JGraphModelAdapter.DefaultCellFactory<VV,EE>
A simple default cell factory.
Constructor Summary | |
---|---|
JGraphModelAdapter.DefaultCellFactory()
|
Method Summary | |
---|---|
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. |
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(EE jGraphTEdge)
JGraphModelAdapter.CellFactory
createEdgeCell
in interface JGraphModelAdapter.CellFactory<VV,EE>
jGraphTEdge
- a JGraphT edge to be contained.
JGraphModelAdapter.CellFactory.createEdgeCell(Object)
public org.jgraph.graph.DefaultGraphCell createVertexCell(VV jGraphTVertex)
JGraphModelAdapter.CellFactory
createVertexCell
in interface JGraphModelAdapter.CellFactory<VV,EE>
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 |