Class JGraphModelAdapter.DefaultCellFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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