|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportVizmapTaskFactory
This interface provides a task iterator for exporting the vizmap visual style.
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>
Method Summary | |
---|---|
TaskIterator |
createTaskIterator(File file)
Creates a task iterator for exporting the vizmap file. |
Methods inherited from interface org.cytoscape.work.TaskFactory |
---|
createTaskIterator, isReady |
Method Detail |
---|
TaskIterator createTaskIterator(File file)
file
- The file to store the export output in.
TaskIterator
.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |