Package 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. To provide writing
capabilities an App writer will implement an instance of CyWriterFactory that
creates a fully configured task. Part of implementing CyWriterFactory involves
providing a CyFileFilter, an interface used to define file extensions and types
of data that can be written.
This package is useful primarily when used within the Task/TaskFactory framework used throughout Cytoscape. To simply write files from an App, consult the interfaces found in the Core Task API (org.cytoscape.task.*).
This package is useful primarily when used within the Task/TaskFactory framework used throughout Cytoscape. To simply write files from an App, consult the interfaces found in the Core Task API (org.cytoscape.task.*).
-
Interface Summary Interface Description CyNetworkViewWriterFactory A specialization ofCyWriterFactorythat allows aCyNetworkVieworCyNetworkto be specified and written to an OutputStream.CyNetworkViewWriterManager ACyWriterManagerspecific to writingCyNetworkViewobjects.CyPropertyWriterFactory A specialization ofCyWriterFactorythat allows a property Object to be specified and written.CyPropertyWriterManager ACyWriterManagerspecific to writing property objects.CySessionWriterFactory A specialization ofCyWriterFactorythat allows aCySessionto be specified and written.CySessionWriterManager ACyWriterManagerspecific to writingCySessionobjects.CyTableWriterFactory A specialization ofCyWriterFactorythat allows aCyTableto be specified and written.CyTableWriterManager ACyWriterManagerspecific to writingCyTableobjects.CyTransformerWriter 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<W extends CyWriterFactory> A CyWriterManager aggregatesCyWriterFactoryservices for specific DataCategories and provides a mechanism for choosing theCyWriterFactorygiven a particular file type.PresentationWriterFactory A specialization ofCyWriterFactorythat allows a View rendered by the specifiedRenderingEngineto be specified and written.PresentationWriterManager ACyWriterManagerspecific to writing View objects.VizmapWriterFactory A specialization ofCyWriterFactorythat allows aVisualStyleto be specified and written.VizmapWriterManager ACyWriterManagerspecific to writingVisualStyleobjects.