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.
export
void export(CyNetworkView view,
FileOutputStream stream)
throws IOException
- Export a view as graphics to a stream.
- Parameters:
view
- The view to exportstream
- The stream to write the graphics to;
the stream is not closed when exporting
is finished.
- Throws:
IOException
Copyright 2010 Cytoscape Consortium. All rights reserved.