Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.util.export
Interface Exporter

All Known Implementing Classes:
BitmapExporter, PDFExporter, PSExporter, SVGExporter

public interface Exporter

Interface for exporting a network view to a graphics file.


Method Summary
 void export(CyNetworkView view, FileOutputStream stream)
          Export a view as graphics to a stream.
 

Method Detail

export

void export(CyNetworkView view,
            FileOutputStream stream)
            throws IOException
Export a view as graphics to a stream.

Parameters:
view - The view to export
stream - The stream to write the graphics to; the stream is not closed when exporting is finished.
Throws:
IOException

www.cytoscape.org