Package | Description |
---|---|
org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectedGraph
Directed graph.
|
interface |
DirectedSubgraph
A directed subgraph.
|
interface |
Subgraph
A subgraph is a subset of a graph based on a graph view.
|
interface |
UndirectedGraph
Undirected graph
|
interface |
UndirectedSubgraph
Undirected subgraph.
|
Modifier and Type | Method and Description |
---|---|
Graph |
GraphObserver.getGraph()
Gets the graph this observer is observing.
|
Graph |
GraphModel.getGraph()
Gets the full graph.
|
Graph |
GraphModel.getGraphVisible()
Get the visible graph.
|
Graph |
Subgraph.getRootGraph()
Return the root graph this subgraph is based on.
|
Modifier and Type | Method and Description |
---|---|
GraphObserver |
GraphModel.createGraphObserver(Graph graph,
boolean withGraphDiff)
Creates and returns a new graph observer.
|
Copyright © 2013–2015. All rights reserved.