public interface Exporter
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Run the export process.
|
Workspace |
getWorkspace()
Returns the workspace from where data are exported
|
void |
setWorkspace(Workspace workspace)
Sets the worksapce from where to export data
|
boolean execute()
true if the operation is successful,
false if it has been cancelledvoid setWorkspace(Workspace workspace)
workspace - the workspace to exportWorkspace getWorkspace()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.