Cytoscape 2.8.0 API

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

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.