public interface VizmapWriterFactory extends CyWriterFactory
CyWriterFactory
that allows a VisualStyle
to
be specified and written.Modifier and Type | Method and Description |
---|---|
CyWriter |
createWriter(OutputStream os,
Set<VisualStyle> styles)
Creates a single Task that will write the specified set of
VisualStyle
objects to the specified OutputStream. |
getFileFilter
CyWriter createWriter(OutputStream os, Set<VisualStyle> styles)
VisualStyle
objects to the specified OutputStream.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.