|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadVizmapFileTaskFactory
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. |
| Methods inherited from interface org.cytoscape.work.TaskFactory |
|---|
createTaskIterator, isReady |
| Method Detail |
|---|
Set<VisualStyle> loadStyles(File f)
f - The file containing visual styles to be read.
TaskIterator createTaskIterator(File file)
file - The file containing visual styles to be read.
TaskIterator.
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||