|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyNetworkViewWriterManager
A CyWriterManager
specific to writing
CyNetworkView
objects.
Method Summary | |
---|---|
CyWriter |
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 |
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 |
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 |
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. |
Methods inherited from interface org.cytoscape.io.write.CyWriterManager |
---|
getAvailableWriterFilters, getMatchingFactory |
Method Detail |
---|
CyWriter getWriter(CyNetwork network, CyFileFilter filter, File file) throws Exception
CyWriter
Task that will attempt to write the specified network to the
specified file of the specified file type.
network
- The CyNetwork
to be written.filter
- The CyFileFilter
that defines the type of file to be written.file
- The file to be written.
CyWriter
Task that will attempt to write the specified network to the
specified file of the specified file type.
Exception
CyWriter getWriter(CyNetwork network, CyFileFilter filter, OutputStream os) throws Exception
CyWriter
Task that will attempt to write the specified network to the
specified output steam of the specified file type.
network
- The CyNetwork
to be written.filter
- The CyFileFilter
that defines the type of file to be written.os
- The output steam to be written.
CyWriter
Task that will attempt to write the specified network to the
specified output steam of the specified file type.
Exception
CyWriter getWriter(CyNetworkView view, CyFileFilter filter, File file) throws Exception
CyWriter
Task that will attempt to write the specified view to the
specified file of the specified file type.
view
- The CyNetworkView
to be written.filter
- The CyFileFilter
that defines the type of file to be written.file
- The file to be written.
CyWriter
Task that will attempt to write the specified view to the
specified file of the specified file type.
Exception
CyWriter getWriter(CyNetworkView view, CyFileFilter filter, OutputStream os) throws Exception
CyWriter
Task that will attempt to write the specified view to the
specified output steam of the specified file type.
view
- The CyNetworkView
to be written.filter
- The CyFileFilter
that defines the type of file to be written.os
- The output steam to be written.
CyWriter
Task that will attempt to write the specified view to the
specified output steam of the specified file type.
Exception
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |