Uses of Interface
org.cytoscape.io.CyFileFilterProvider
-
Packages that use CyFileFilterProvider Package Description org.cytoscape.io.read Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.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 CyFileFilterProvider in org.cytoscape.io.read
Subinterfaces of CyFileFilterProvider in org.cytoscape.io.read Modifier and Type Interface Description interfaceInputStreamTaskFactoryA super interface that allows the input stream to be set for reader task factories.Classes in org.cytoscape.io.read that implement CyFileFilterProvider Modifier and Type Class Description classAbstractInputStreamTaskFactoryTODO: Missing documentation -
Uses of CyFileFilterProvider in org.cytoscape.io.write
Subinterfaces of CyFileFilterProvider in org.cytoscape.io.write Modifier and Type Interface Description interfaceCyNetworkViewWriterFactoryA specialization ofCyWriterFactorythat allows aCyNetworkVieworCyNetworkto be specified and written to an OutputStream.interfaceCyPropertyWriterFactoryA specialization ofCyWriterFactorythat allows a property Object to be specified and written.interfaceCySessionWriterFactoryA specialization ofCyWriterFactorythat allows aCySessionto be specified and written.interfaceCyTableWriterFactoryA specialization ofCyWriterFactorythat allows aCyTableto be specified and written.interfaceCyWriterFactoryA marker interface used to identify factories that create CyWriter instances.interfacePresentationWriterFactoryA specialization ofCyWriterFactorythat allows a View rendered by the specifiedRenderingEngineto be specified and written.interfaceVizmapWriterFactoryA specialization ofCyWriterFactorythat allows aVisualStyleto be specified and written.
-