cytoscape.util.export
Class PDFExporter
java.lang.Object
cytoscape.util.export.PDFExporter
- All Implemented Interfaces:
- Exporter
public class PDFExporter
- extends Object
- implements Exporter
PDF exporter by the iText library.
- Author:
- Samad Lotia
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFExporter
public PDFExporter()
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
setExportTextAsFont
public void setExportTextAsFont(boolean pExportTextAsFont)
Copyright 2010 Cytoscape Consortium. All rights reserved.