Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.io.write.CyWriterFactory

Packages that use CyWriterFactory
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 CyWriterFactory in org.cytoscape.io.write
 

Classes in org.cytoscape.io.write with type parameters of type CyWriterFactory
 interface 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.
 

Subinterfaces of CyWriterFactory in org.cytoscape.io.write
 interface CyNetworkViewWriterFactory
          A specialization of CyWriterFactory that allows a CyNetworkView or CyNetwork to be specified and written to an OutputStream.
 interface CyPropertyWriterFactory
          A specialization of CyWriterFactory that allows a property Object to be specified and written.
 interface CySessionWriterFactory
          A specialization of CyWriterFactory that allows a CySession to be specified and written.
 interface CyTableWriterFactory
          A specialization of CyWriterFactory that allows a CyTable to be specified and written.
 interface PresentationWriterFactory
          A specialization of CyWriterFactory that allows a View rendered by the specified RenderingEngine to be specified and written.
 interface VizmapWriterFactory
          A specialization of CyWriterFactory that allows a VisualStyle to be specified and written.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.