W |
CyWriterManager.getMatchingFactory(CyFileFilter filter) |
|
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 |
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 |
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 |
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.
|
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.
|