Uses of Interface
org.gephi.graph.api.UndirectedGraph
-
Packages that use UndirectedGraph Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of UndirectedGraph in org.gephi.graph.api
Subinterfaces of UndirectedGraph in org.gephi.graph.api Modifier and Type Interface Description interface
UndirectedSubgraph
Undirected subgraph.Methods in org.gephi.graph.api that return UndirectedGraph Modifier and Type Method Description UndirectedGraph
GraphModel. getUndirectedGraph()
Gets the full graph with the undirected interface.UndirectedGraph
GraphModel. getUndirectedGraphVisible()
Gets the visible graph with the undirected interface.
-