Cytoscape 3.0.1 API

org.cytoscape.task.read
Interface LoadVizmapFileTaskFactory

All Superinterfaces:
TaskFactory

public interface LoadVizmapFileTaskFactory
extends TaskFactory

An interface for loading styles from files. This interface also provides a task iterator for loading files into visual styles.


Method Summary
 TaskIterator createTaskIterator(File file)
          Creates a task iterator for loading files into visual styles.
 Set<VisualStyle> loadStyles(File f)
          Return a set of VisualStyle objects read from the specified file.
 Set<VisualStyle> loadStyles(InputStream is)
          Return a set of VisualStyle objects read from the specified file.
 
Methods inherited from interface org.cytoscape.work.TaskFactory
createTaskIterator, isReady
 

Method Detail

loadStyles

Set<VisualStyle> loadStyles(File f)
Return a set of VisualStyle objects read from the specified file.

Parameters:
f - The file containing visual styles to be read.
Returns:
a set of VisualStyle objects read from the specified file.

loadStyles

Set<VisualStyle> loadStyles(InputStream is)
Return a set of VisualStyle objects read from the specified file.

Parameters:
is - The inputStream containing visual styles to be read.
Returns:
a set of VisualStyle objects read from the specified file.

createTaskIterator

TaskIterator createTaskIterator(File file)
Creates a task iterator for loading files into visual styles. The created task runs synchronously in the current thread and does not create a task monitor.

Parameters:
file - The file containing visual styles to be read.
Returns:
A task iterator of type TaskIterator.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.