Uses of Interface
org.cytoscape.io.CyFileFilterProvider
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
-
Uses of CyFileFilterProvider in org.cytoscape.io.read
Modifier and TypeInterfaceDescriptioninterface
A super interface that allows the input stream to be set for reader task factories.Modifier and TypeClassDescriptionclass
TODO: Missing documentation -
Uses of CyFileFilterProvider in org.cytoscape.io.write
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 marker interface used to identify factories that create CyWriter instances.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.