|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CyNetworkViewWriterFactory
A specialization of CyWriterFactory that allows a
CyNetworkView or CyNetwork to be specified
and written to an OutputStream.
| Method Summary | |
|---|---|
CyWriter |
createWriter(OutputStream os,
CyNetwork network)
Creates a single Task that will write the specified network to the specified OutputStream. |
CyWriter |
createWriter(OutputStream os,
CyNetworkView view)
Creates a single Task that will write the specified network to the specified OutputStream. |
| Methods inherited from interface org.cytoscape.io.CyFileFilterProvider |
|---|
getFileFilter |
| Method Detail |
|---|
CyWriter createWriter(OutputStream os,
CyNetworkView view)
os - The stream to write to.view - The CyNetworkView to be written.
CyWriter createWriter(OutputStream os,
CyNetwork network)
os - The stream to write to.network - The CyNetwork to be written.
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||