| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
GraphView.getGraphModel()
Gets the graph model this view belongs to.
|
GraphModel |
Graph.getModel()
Returns the model this graph belongs to.
|
static GraphModel |
GraphModel.Factory.newInstance()
Returns a new instance with default configuration.
|
static GraphModel |
GraphModel.Factory.newInstance(Configuration config)
Returns a new instance with the given configuration.
|
static GraphModel |
GraphModel.Serialization.read(DataInput input)
Read the
input and return the read graph model. |
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphModel.Serialization.write(DataOutput output,
GraphModel graphModel)
Write
graphModel to output. |
Copyright © 2013–2015. All rights reserved.