Cytoscape 2.8.0 API

cytoscape.util.export
Class PSExporter

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

public class PSExporter
extends Object
implements Exporter


Constructor Summary
PSExporter()
           
 
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

PSExporter

public PSExporter()
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.