Cytoscape 2.8.0 API

cytoscape.util.export
Class PDFExporter

java.lang.Object
  extended by cytoscape.util.export.PDFExporter
All Implemented Interfaces:
Exporter

public class PDFExporter
extends Object
implements Exporter

PDF exporter by the iText library.

Author:
Samad Lotia

Constructor Summary
PDFExporter()
           
 
Method Summary
 void export(CyNetworkView view, FileOutputStream stream)
          Export a view as graphics to a stream.
 void setExportTextAsFont(boolean pExportTextAsFont)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFExporter

public PDFExporter()
Method Detail

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 export
stream - The stream to write the graphics to; the stream is not closed when exporting is finished.
Throws:
IOException

setExportTextAsFont

public void setExportTextAsFont(boolean pExportTextAsFont)

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.