public class GraphControllerImpl extends Object implements GraphController
| Constructor and Description |
|---|
GraphControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.GraphModel |
getGraphModel()
Returns the graph model for the current workspace, or
null
if project is empty. |
org.gephi.graph.api.GraphModel |
getGraphModel(Workspace workspace)
Returns the graph model for the given
workspace. |
public org.gephi.graph.api.GraphModel getGraphModel()
GraphControllernull
if project is empty.getGraphModel in interface GraphControllerpublic org.gephi.graph.api.GraphModel getGraphModel(Workspace workspace)
GraphControllerworkspace.getGraphModel in interface GraphControllerworkspace - the workspace that graph model is to be returnedworkspace's graph modelCopyright © 2007–2017. All rights reserved.