Package | Description |
---|---|
org.cytoscape.io.write |
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
|
Modifier and Type | Method and Description |
---|---|
CyWriter |
CyNetworkViewWriterFactory.createWriter(OutputStream os,
CyNetwork network)
Creates a single Task that will write the specified network to the
specified OutputStream.
|
CyWriter |
CyNetworkViewWriterFactory.createWriter(OutputStream os,
CyNetworkView view)
Creates a single Task that will write the specified network to the
specified OutputStream.
|
CyWriter |
CySessionWriterFactory.createWriter(OutputStream os,
CySession session)
Creates a single Task that will write the specified
CySession object to the
specified OutputStream. |
CyWriter |
CyTableWriterFactory.createWriter(OutputStream os,
CyTable table)
Creates a single Task that will write the specified
CyTable object to the
specified OutputStream. |
CyWriter |
CyPropertyWriterFactory.createWriter(OutputStream os,
Object property)
Creates a single Task that will write the specified property object to the
specified OutputStream.
|
CyWriter |
PresentationWriterFactory.createWriter(OutputStream os,
RenderingEngine<?> re)
Creates a single Task that will write the contents of the
specified
RenderingEngine object to the specified OutputStream. |
CyWriter |
VizmapWriterFactory.createWriter(OutputStream os,
Set<VisualStyle> styles)
Creates a single Task that will write the specified set of
VisualStyle
objects to the specified OutputStream. |
CyWriter |
CyNetworkViewWriterManager.getWriter(CyNetwork network,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified network to the
specified file of the specified file type. |
CyWriter |
CyNetworkViewWriterManager.getWriter(CyNetwork network,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified network to the
specified output steam of the specified file type. |
CyWriter |
CyNetworkViewWriterManager.getWriter(CyNetworkView view,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified view to the
specified file of the specified file type. |
CyWriter |
CyNetworkViewWriterManager.getWriter(CyNetworkView view,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified view to the
specified output steam of the specified file type. |
CyWriter |
CySessionWriterManager.getWriter(CySession session,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified session to the
specified file of the specified file type. |
CyWriter |
CySessionWriterManager.getWriter(CySession session,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified session to the
specified output stream of the specified file type. |
CyWriter |
CyTableWriterManager.getWriter(CyTable table,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified table to the
specified file of the specified file type. |
CyWriter |
CyTableWriterManager.getWriter(CyTable table,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified table to the
specified output stream of the specified file type. |
CyWriter |
CyPropertyWriterManager.getWriter(Object property,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified property
object to the specified file of the specified file type. |
CyWriter |
CyPropertyWriterManager.getWriter(Object property,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified property
object to the specified output stream of the specified file type. |
CyWriter |
VizmapWriterManager.getWriter(Set<VisualStyle> styles,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified vizmap to the
specified file of the specified file type. |
CyWriter |
VizmapWriterManager.getWriter(Set<VisualStyle> styles,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified vizmap to the
specified output stream of the specified file type. |
CyWriter |
PresentationWriterManager.getWriter(View<?> view,
RenderingEngine<?> re,
CyFileFilter filter,
File file)
Returns the
CyWriter Task that will attempt to write the specified view to the
specified file of the specified file type. |
CyWriter |
PresentationWriterManager.getWriter(View<?> view,
RenderingEngine<?> re,
CyFileFilter filter,
OutputStream os)
Returns the
CyWriter Task that will attempt to write the specified view to the
specified output stream of the specified file type. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.