public interface ExportNetworkViewTaskFactory extends NetworkViewTaskFactory
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(CyNetworkView view,
File file)
Creates the task iterator for exporting network views.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(CyNetworkView view, File file)
view
- Selected view for export.file
- The file to store the exported view.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.