public class GephiLayoutRunner extends Object
Constructor and Description |
---|
GephiLayoutRunner() |
Modifier and Type | Method and Description |
---|---|
protected List<Future<?>> |
createFutures(ExecutorService executor,
Collection<org.gephi.project.api.Workspace> workspaces,
GephiLayoutController store) |
protected Runnable |
createLayoutRunnable(org.gephi.project.api.Workspace workspace,
org.gephi.layout.spi.Layout layout) |
void |
run(org.gephi.layout.spi.Layout layout,
int steps) |
void |
run(org.gephi.layout.spi.Layout layout,
int steps,
IOnStepDoneListener listener) |
void |
runAll(Collection<org.gephi.project.api.Workspace> workspaces,
GephiLayoutController store) |
void |
runAll(GephiLayoutController store) |
public void run(org.gephi.layout.spi.Layout layout, int steps)
public void run(org.gephi.layout.spi.Layout layout, int steps, IOnStepDoneListener listener)
public void runAll(GephiLayoutController store)
public void runAll(Collection<org.gephi.project.api.Workspace> workspaces, GephiLayoutController store)
protected List<Future<?>> createFutures(ExecutorService executor, Collection<org.gephi.project.api.Workspace> workspaces, GephiLayoutController store)
protected Runnable createLayoutRunnable(org.gephi.project.api.Workspace workspace, org.gephi.layout.spi.Layout layout)
Copyright © 2018. All rights reserved.