cytoscape.util.export
Class SVGExporter
java.lang.Object
cytoscape.util.export.SVGExporter
- All Implemented Interfaces:
- Exporter
public class SVGExporter
- extends Object
- implements Exporter
SVG exporter by the batik library.
- Author:
- Samad Lotia
SVGExporter
public SVGExporter()
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)