| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| Modifier and Type | Method and Description |
|---|---|
Index<Edge> |
GraphModel.getEdgeIndex()
Gets the edge index.
|
Index<Edge> |
GraphModel.getEdgeIndex(GraphView view)
Gets the edge index for the given graph view.
|
Index<Node> |
GraphModel.getNodeIndex()
Gets the node index.
|
Index<Node> |
GraphModel.getNodeIndex(GraphView view)
Gets the node index for the given graph view.
|
Copyright © 2013–2015. All rights reserved.