Class JGraphModelAdapter.DefaultCellFactory<VV,​EE>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait