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