org.cytoscape.io.write
Interface VizmapWriterFactory
- All Superinterfaces:
- CyFileFilterProvider, CyWriterFactory
public interface VizmapWriterFactory
- extends CyWriterFactory
A specialization of CyWriterFactory that allows a VisualStyle to
be specified and written.
Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.
createWriter
CyWriter createWriter(OutputStream os,
Set<VisualStyle> styles)
- Creates a single Task that will write the specified set of
VisualStyle
objects to the specified OutputStream.
- Parameters:
os - The stream to which the data will be written.styles - A list of VisualStyle objects to be written.
Copyright 2011 Cytoscape Consortium. All rights reserved.