Uses of Interface
org.gephi.graph.api.Graph
-
Packages that use Graph Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of Graph in org.gephi.graph.api
Subinterfaces of Graph in org.gephi.graph.api Modifier and Type Interface Description interfaceDirectedGraphDirected graph.interfaceDirectedSubgraphA directed subgraph.interfaceSubgraphA subgraph is a subset of a graph based on a graph view.interfaceUndirectedGraphUndirected graphinterfaceUndirectedSubgraphUndirected subgraph.Methods in org.gephi.graph.api that return Graph Modifier and Type Method Description GraphGraphModel. getGraph()Gets the full graph.GraphGraphObserver. getGraph()Gets the graph this observer is observing.GraphTable. getGraph()Returns the graph this table is associated with.GraphGraphModel. getGraphVisible()Get the visible graph.GraphSubgraph. getRootGraph()Return the root graph this subgraph is based on.Methods in org.gephi.graph.api with parameters of type Graph Modifier and Type Method Description GraphObserverGraphModel. createGraphObserver(Graph graph, boolean withGraphDiff)Creates and returns a new graph observer.
-