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 ACyWriterManagerspecific to writingCyNetworkViewobjects.CyPropertyWriterManager ACyWriterManagerspecific to writing property objects.CySessionWriterManager ACyWriterManagerspecific to writingCySessionobjects.CyTableWriterManager ACyWriterManagerspecific to writingCyTableobjects.PresentationWriterManager ACyWriterManagerspecific 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 aggregatesCyWriterFactoryservices for specific DataCategories and provides a mechanism for choosing theCyWriterFactorygiven a particular file type.