Uses of Interface
org.gephi.graph.api.UndirectedSubgraph
-
Packages that use UndirectedSubgraph Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of UndirectedSubgraph in org.gephi.graph.api
Methods in org.gephi.graph.api that return UndirectedSubgraph Modifier and Type Method Description UndirectedSubgraph
GraphModel. getUndirectedGraph(GraphView view)
Gets the undirected graph for the given graph view.
-