public class GephiLayoutController extends Object
Modifier and Type | Field and Description |
---|---|
protected org.gephi.graph.api.GraphController |
graphController |
protected Map<org.gephi.project.api.Workspace,org.gephi.layout.spi.Layout> |
layoutMap |
protected org.gephi.project.api.ProjectController |
projectController |
protected org.gephi.preview.api.PreviewController |
vc |
protected Map<org.gephi.project.api.Workspace,org.gephi.preview.api.PreviewController> |
workspacePreview |
protected List<org.gephi.project.api.Workspace> |
workspaces |
Constructor and Description |
---|
GephiLayoutController() |
Modifier and Type | Method and Description |
---|---|
org.gephi.graph.api.GraphModel |
getGraphModel() |
org.gephi.graph.api.GraphModel |
getGraphModel(org.gephi.project.api.Workspace workspace) |
org.gephi.layout.spi.Layout |
getLayout(org.gephi.project.api.Workspace workspace) |
org.gephi.project.api.ProjectController |
getProjectController() |
List<org.gephi.project.api.Workspace> |
getWorkspaces() |
void |
init() |
org.gephi.project.api.Workspace |
newWorkspace() |
void |
setWorkspaceLayout(org.gephi.project.api.Workspace workspace,
org.gephi.layout.spi.Layout layout) |
protected org.gephi.project.api.ProjectController projectController
protected org.gephi.preview.api.PreviewController vc
protected org.gephi.graph.api.GraphController graphController
protected Map<org.gephi.project.api.Workspace,org.gephi.layout.spi.Layout> layoutMap
protected List<org.gephi.project.api.Workspace> workspaces
protected Map<org.gephi.project.api.Workspace,org.gephi.preview.api.PreviewController> workspacePreview
public void init()
public org.gephi.project.api.Workspace newWorkspace()
public List<org.gephi.project.api.Workspace> getWorkspaces()
public org.gephi.graph.api.GraphModel getGraphModel()
public org.gephi.graph.api.GraphModel getGraphModel(org.gephi.project.api.Workspace workspace)
public void setWorkspaceLayout(org.gephi.project.api.Workspace workspace, org.gephi.layout.spi.Layout layout)
public org.gephi.layout.spi.Layout getLayout(org.gephi.project.api.Workspace workspace)
public org.gephi.project.api.ProjectController getProjectController()
Copyright © 2018. All rights reserved.