Uses of Interface
org.cytoscape.application.NetworkViewRenderer
-
Packages that use NetworkViewRenderer Package Description org.cytoscape.application This package provides Cytoscape version number, application-wide setting, basic access to current network, selected networks, views and rendering engines.org.cytoscape.io.read 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 NetworkViewRenderer Modifier and Type Method Description NetworkViewRenderer
CyApplicationManager. getCurrentNetworkViewRenderer()
Returns the NetworkViewRenderer associated with the current RenderingEngine.NetworkViewRenderer
CyApplicationManager. getDefaultNetworkViewRenderer()
Returns the NetworkViewRenderer that should be used to create CyNetworkViews.NetworkViewRenderer
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 NetworkViewRenderer Modifier and Type Method Description Set<NetworkViewRenderer>
CyApplicationManager. getNetworkViewRendererSet()
Returns a set with all theNetworkViewRenderer
objects that have been registered.Methods in org.cytoscape.application with parameters of type NetworkViewRenderer Modifier and Type Method Description void
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 NetworkViewRenderer Modifier and Type Method Description ListSingleSelection<NetworkViewRenderer>
AbstractCyNetworkReader. getNetworkViewRendererList()
Method parameters in org.cytoscape.io.read with type arguments of type NetworkViewRenderer Modifier and Type Method Description void
AbstractCyNetworkReader. setNetworkViewRendererList(ListSingleSelection<NetworkViewRenderer> rendererList)
-