Uses of Interface
org.cytoscape.io.CyFileFilterProvider
Packages that use 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
Subinterfaces of CyFileFilterProvider in org.cytoscape.io.readModifier and TypeInterfaceDescriptioninterfaceA super interface that allows the input stream to be set for reader task factories.Classes in org.cytoscape.io.read that implement CyFileFilterProviderModifier and TypeClassDescriptionclassTODO: Missing documentation -
Uses of CyFileFilterProvider in org.cytoscape.io.write
Subinterfaces of CyFileFilterProvider in org.cytoscape.io.writeModifier and TypeInterfaceDescriptioninterfaceA specialization ofCyWriterFactorythat allows aCyNetworkVieworCyNetworkto be specified and written to an OutputStream.interfaceA specialization ofCyWriterFactorythat allows a property Object to be specified and written.interfaceA specialization ofCyWriterFactorythat allows aCySessionto be specified and written.interfaceA specialization ofCyWriterFactorythat allows aCyTableto be specified and written.interfaceA marker interface used to identify factories that create CyWriter instances.interfaceA specialization ofCyWriterFactorythat allows a View rendered by the specifiedRenderingEngineto be specified and written.interfaceA specialization ofCyWriterFactorythat allows aVisualStyleto be specified and written.