public interface PresentationWriterFactory extends CyWriterFactory
CyWriterFactory that allows a View
rendered by the specified RenderingEngine to
be specified and written.| Modifier and Type | Method and Description |
|---|---|
CyWriter |
createWriter(OutputStream os,
RenderingEngine<?> re)
Creates a single Task that will write the contents of the
specified
RenderingEngine object to the specified OutputStream. |
getFileFilterCyWriter createWriter(OutputStream os, RenderingEngine<?> re)
RenderingEngine object to the specified OutputStream.os - The stream to which the data will be written.re - The RenderingEngine used to generate the image of the
View it contains.Copyright 2011 Cytoscape Consortium. All rights reserved.