Uses of Interface
org.gephi.graph.api.DirectedGraph
-
Packages that use DirectedGraph Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of DirectedGraph in org.gephi.graph.api
Subinterfaces of DirectedGraph in org.gephi.graph.api Modifier and Type Interface Description interface
DirectedSubgraph
A directed subgraph.Methods in org.gephi.graph.api that return DirectedGraph Modifier and Type Method Description DirectedGraph
GraphModel. getDirectedGraph()
Gets the full graph with the directed interface.DirectedGraph
GraphModel. getDirectedGraphVisible()
Gets the visible graph with the directed interface.
-