Uses of Interface
org.cytoscape.io.write.CyWriter
Package
Description
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
-
Uses of CyWriter in org.cytoscape.io.write
Modifier and TypeMethodDescriptionCyNetworkViewWriterFactory.createWriter
(OutputStream os, CyNetwork network) Creates a single Task that will write the specified network to the specified OutputStream.CyNetworkViewWriterFactory.createWriter
(OutputStream os, CyNetworkView view) Creates a single Task that will write the specified network to the specified OutputStream.CyPropertyWriterFactory.createWriter
(OutputStream os, Object property) Creates a single Task that will write the specified property object to the specified OutputStream.CySessionWriterFactory.createWriter
(OutputStream os, CySession session) Creates a single Task that will write the specifiedCySession
object to the specified OutputStream.CyTableWriterFactory.createWriter
(OutputStream os, CyTable table) Creates a single Task that will write the specifiedCyTable
object to the specified OutputStream.PresentationWriterFactory.createWriter
(OutputStream os, RenderingEngine<?> re) Creates a single Task that will write the contents of the specifiedRenderingEngine
object to the specified OutputStream.VizmapWriterFactory.createWriter
(OutputStream os, Set<VisualStyle> networkStyles) Creates a single Task that will write the specified set ofVisualStyle
objects to the specified OutputStream.default CyWriter
VizmapWriterFactory.createWriter
(OutputStream os, Set<VisualStyle> networkStyles, Set<VisualStyle> tableStyles) Creates a single Task that will write the specified set ofVisualStyle
objects to the specified OutputStream.default CyWriter
VizmapWriterFactory.createWriter
(OutputStream os, Set<VisualStyle> networkStyles, Set<VisualStyle> tableStyles, Set<StyleAssociation> columnStyleAssociations) Creates a single Task that will write the specified set ofVisualStyle
objects to the specified OutputStream.CyNetworkViewWriterManager.getWriter
(CyNetwork network, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified network to the specified file of the specified file type.CyNetworkViewWriterManager.getWriter
(CyNetwork network, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified network to the specified output steam of the specified file type.CyNetworkViewWriterManager.getWriter
(CyNetworkView view, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified view to the specified file of the specified file type.CyNetworkViewWriterManager.getWriter
(CyNetworkView view, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified view to the specified output steam of the specified file type.CyPropertyWriterManager.getWriter
(Object property, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified property object to the specified file of the specified file type.CyPropertyWriterManager.getWriter
(Object property, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified property object to the specified output stream of the specified file type.CySessionWriterManager.getWriter
(CySession session, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified session to the specified file of the specified file type.CySessionWriterManager.getWriter
(CySession session, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified session to the specified output stream of the specified file type.CyTableWriterManager.getWriter
(CyTable table, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified table to the specified file of the specified file type.CyTableWriterManager.getWriter
(CyTable table, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified table to the specified output stream of the specified file type.PresentationWriterManager.getWriter
(View<?> view, RenderingEngine<?> re, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified view to the specified file of the specified file type.PresentationWriterManager.getWriter
(View<?> view, RenderingEngine<?> re, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified view to the specified output stream of the specified file type.VizmapWriterManager.getWriter
(Set<VisualStyle> networkStyles, Set<VisualStyle> tableStyles, Set<StyleAssociation> columnStyleAssociations, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified vizmap to the specified file of the specified file type.VizmapWriterManager.getWriter
(Set<VisualStyle> networkStyles, Set<VisualStyle> tableStyles, Set<StyleAssociation> columnStyleAssociations, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified vizmap to the specified output stream of the specified file type.VizmapWriterManager.getWriter
(Set<VisualStyle> networkStyles, Set<VisualStyle> tableStyles, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified vizmap to the specified file of the specified file type.VizmapWriterManager.getWriter
(Set<VisualStyle> networkStyles, Set<VisualStyle> tableStyles, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified vizmap to the specified output stream of the specified file type.VizmapWriterManager.getWriter
(Set<VisualStyle> networkStyles, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified vizmap to the specified file of the specified file type.VizmapWriterManager.getWriter
(Set<VisualStyle> networkStyles, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified vizmap to the specified output stream of the specified file type.