See: Description
Interface | Description |
---|---|
CyNetworkViewWriterFactory |
A specialization of
CyWriterFactory that allows a
CyNetworkView or CyNetwork to be specified
and written to an OutputStream. |
CyNetworkViewWriterManager |
A
CyWriterManager specific to writing
CyNetworkView objects. |
CyPropertyWriterFactory |
A specialization of
CyWriterFactory that allows a property Object to
be specified and written. |
CyPropertyWriterManager |
A
CyWriterManager specific to writing property objects. |
CySessionWriterFactory |
A specialization of
CyWriterFactory that allows a CySession to
be specified and written. |
CySessionWriterManager |
A
CyWriterManager specific to writing CySession objects. |
CyTableWriterFactory |
A specialization of
CyWriterFactory that allows a CyTable to
be specified and written. |
CyTableWriterManager |
A
CyWriterManager specific to writing CyTable objects. |
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 aggregates
CyWriterFactory services for specific DataCategories
and provides a mechanism for choosing the CyWriterFactory given a particular
file type. |
PresentationWriterFactory |
A specialization of
CyWriterFactory that allows a View
rendered by the specified RenderingEngine to
be specified and written. |
PresentationWriterManager |
A
CyWriterManager specific to writing View objects. |
VizmapWriterFactory |
A specialization of
CyWriterFactory that allows a VisualStyle to
be specified and written. |
VizmapWriterManager |
A
CyWriterManager specific to writing VisualStyle objects. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.