Uses of Interface
org.cytoscape.model.CyDisposable
-
Packages that use CyDisposable Package Description org.cytoscape.model This package has the core interfaces of network and table data structures that are foundational to Cytoscape.org.cytoscape.model.subnetwork This package contains rootnetwork and subnetwork extensions to the CyNetwork interface that provide a more complex meta-network data model.org.cytoscape.view.model Module for View Models and Visual Properties.org.cytoscape.view.presentation API set for rendering engines (visualizers). -
-
Uses of CyDisposable in org.cytoscape.model
Subinterfaces of CyDisposable in org.cytoscape.model Modifier and Type Interface Description interfaceCyNetworkCyNetwork is the primary interface for representing a network (graph) data structure in Cytoscape. -
Uses of CyDisposable in org.cytoscape.model.subnetwork
Subinterfaces of CyDisposable in org.cytoscape.model.subnetwork Modifier and Type Interface Description interfaceCyRootNetworkCyRootNetwork is an interface for managing Cytoscape's meta-network implementation.interfaceCySubNetwork -
Uses of CyDisposable in org.cytoscape.view.model
Subinterfaces of CyDisposable in org.cytoscape.view.model Modifier and Type Interface Description interfaceCyNetworkViewAdditional methods for CyNetworkView.interfaceCyNetworkViewSnapshotAn immutable snapshot of aCyNetworkViewcreated using theCyNetworkView.createSnapshot()method.interfaceNullCyNetworkViewA CyNetwork with no corresponding view. -
Uses of CyDisposable in org.cytoscape.view.presentation
Subinterfaces of CyDisposable in org.cytoscape.view.presentation Modifier and Type Interface Description interfaceRenderingEngine<T>RenderingEngine is an interface for all visualizers which renders.
-