Uses of Interface
org.cytoscape.application.NetworkViewRenderer
Packages that use NetworkViewRenderer
Package
Description
This package provides Cytoscape version number, application-wide setting,
basic access to current network, selected networks, views and rendering engines.
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
-
Uses of NetworkViewRenderer in org.cytoscape.application
Methods in org.cytoscape.application that return NetworkViewRendererModifier and TypeMethodDescriptionCyApplicationManager.getCurrentNetworkViewRenderer()
Returns the NetworkViewRenderer associated with the current RenderingEngine.CyApplicationManager.getDefaultNetworkViewRenderer()
Returns the NetworkViewRenderer that should be used to create CyNetworkViews.CyApplicationManager.getNetworkViewRenderer
(String rendererId) Returns theNetworkViewRenderer
that has the passed id or null if it doesn't exist.Methods in org.cytoscape.application that return types with arguments of type NetworkViewRendererModifier and TypeMethodDescriptionCyApplicationManager.getNetworkViewRendererSet()
Returns a set with all theNetworkViewRenderer
objects that have been registered.Methods in org.cytoscape.application with parameters of type NetworkViewRendererModifier and TypeMethodDescriptionvoid
CyApplicationManager.setDefaultNetworkViewRenderer
(NetworkViewRenderer renderer) Sets theNetworkViewRenderer
that should be used to create CyNetworkViews. -
Uses of NetworkViewRenderer in org.cytoscape.io.read
Methods in org.cytoscape.io.read that return types with arguments of type NetworkViewRendererMethod parameters in org.cytoscape.io.read with type arguments of type NetworkViewRendererModifier and TypeMethodDescriptionvoid
AbstractCyNetworkReader.setNetworkViewRendererList
(ListSingleSelection<NetworkViewRenderer> rendererList)