cytoscape.util.export
Class BitmapExporter
java.lang.Object
cytoscape.util.export.BitmapExporter
- All Implemented Interfaces:
- Exporter
public class BitmapExporter
- extends Object
- implements Exporter
Bitmap exporter by the ImageIO class.
- Author:
- Samad Lotia
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitmapExporter
public BitmapExporter(String extension,
double scale)
export
public void export(CyNetworkView view,
FileOutputStream stream)
throws IOException
- Description copied from interface:
Exporter
- Export a view as graphics to a stream.
- Specified by:
export
in interface Exporter
- 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.