|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphController
Controller that maintain the graph models, one per Workspace.
This controller is a service and can therefore be found in Lookup:
GraphController gc = Lookup.getDefault().lookup(GraphController.class);
Method Summary | |
---|---|
GraphModel |
getModel()
Returns the graph model for the current workspace, or null
if project is empty. |
GraphModel |
getModel(Workspace workspace)
Returns the graph model for the given workspace . |
Method Detail |
---|
GraphModel getModel()
null
if project is empty.
GraphModel getModel(Workspace workspace)
workspace
.
workspace
- the workspace that graph modl is to be returned
workspace
's graph model
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |