Uses of Package
org.cytoscape.io.write
-
Packages that use org.cytoscape.io.write Package Description org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X.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. -
Classes in org.cytoscape.io.write used by org.cytoscape.app Class Description CyNetworkViewWriterManager ACyWriterManager
specific to writingCyNetworkView
objects.CyPropertyWriterManager ACyWriterManager
specific to writing property objects.CySessionWriterManager ACyWriterManager
specific to writingCySession
objects.CyTableWriterManager ACyWriterManager
specific to writingCyTable
objects.PresentationWriterManager ACyWriterManager
specific to writing View objects. -
Classes in org.cytoscape.io.write used by org.cytoscape.io.write Class Description CyWriter A marker interface used to identify tasks involved in writing data.CyWriterFactory A marker interface used to identify factories that create CyWriter instances.CyWriterManager A CyWriterManager aggregatesCyWriterFactory
services for specific DataCategories and provides a mechanism for choosing theCyWriterFactory
given a particular file type.