Uses of Interface
org.cytoscape.io.write.CyWriterFactory
-
Packages that use CyWriterFactory Package Description org.cytoscape.io.write 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
Classes in org.cytoscape.io.write with type parameters of type CyWriterFactory Modifier and Type Interface Description interface
CyWriterManager<W extends CyWriterFactory>
A CyWriterManager aggregatesCyWriterFactory
services for specific DataCategories and provides a mechanism for choosing theCyWriterFactory
given a particular file type.Subinterfaces of CyWriterFactory in org.cytoscape.io.write Modifier and Type Interface Description interface
CyNetworkViewWriterFactory
A specialization ofCyWriterFactory
that allows aCyNetworkView
orCyNetwork
to be specified and written to an OutputStream.interface
CyPropertyWriterFactory
A specialization ofCyWriterFactory
that allows a property Object to be specified and written.interface
CySessionWriterFactory
A specialization ofCyWriterFactory
that allows aCySession
to be specified and written.interface
CyTableWriterFactory
A specialization ofCyWriterFactory
that allows aCyTable
to be specified and written.interface
PresentationWriterFactory
A specialization ofCyWriterFactory
that allows a View rendered by the specifiedRenderingEngine
to be specified and written.interface
VizmapWriterFactory
A specialization ofCyWriterFactory
that allows aVisualStyle
to be specified and written.
-