public interface ExportVizmapTaskFactory extends TaskFactory
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
</dependency>| Modifier and Type | Method and Description |
|---|---|
TaskIterator |
createTaskIterator(File file)
Creates a task iterator for exporting the vizmap file.
|
createTaskIterator, isReadyTaskIterator createTaskIterator(File file)
file - The file to store the export output in.TaskIterator.Copyright 2011 Cytoscape Consortium. All rights reserved.