Uses of Interface
org.gephi.graph.api.GraphObserver
-
Packages that use GraphObserver Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of GraphObserver in org.gephi.graph.api
Methods in org.gephi.graph.api that return GraphObserver Modifier and Type Method Description GraphObserver
GraphModel. createGraphObserver(Graph graph, boolean withGraphDiff)
Creates and returns a new graph observer.
-