Uses of Interface
org.cytoscape.io.write.CyWriterFactory
Package
Description
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
-
Uses of CyWriterFactory in org.cytoscape.io.write
Modifier and TypeInterfaceDescriptioninterface
CyWriterManager<W extends CyWriterFactory>
A CyWriterManager aggregatesCyWriterFactory
services for specific DataCategories and provides a mechanism for choosing theCyWriterFactory
given a particular file type.Modifier and TypeInterfaceDescriptioninterface
A specialization ofCyWriterFactory
that allows aCyNetworkView
orCyNetwork
to be specified and written to an OutputStream.interface
A specialization ofCyWriterFactory
that allows a property Object to be specified and written.interface
A specialization ofCyWriterFactory
that allows aCySession
to be specified and written.interface
A specialization ofCyWriterFactory
that allows aCyTable
to be specified and written.interface
A specialization ofCyWriterFactory
that allows a View rendered by the specifiedRenderingEngine
to be specified and written.interface
A specialization ofCyWriterFactory
that allows aVisualStyle
to be specified and written.