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 NetworkViewRendererCyApplicationManager. getCurrentNetworkViewRenderer()Returns the NetworkViewRenderer associated with the current RenderingEngine.NetworkViewRendererCyApplicationManager. getDefaultNetworkViewRenderer()Returns the NetworkViewRenderer that should be used to create CyNetworkViews.NetworkViewRendererCyApplicationManager. getNetworkViewRenderer(String rendererId)Returns theNetworkViewRendererthat 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 theNetworkViewRendererobjects that have been registered.Methods in org.cytoscape.application with parameters of type NetworkViewRenderer Modifier and Type Method Description voidCyApplicationManager. setDefaultNetworkViewRenderer(NetworkViewRenderer renderer)Sets theNetworkViewRendererthat 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 voidAbstractCyNetworkReader. setNetworkViewRendererList(ListSingleSelection<NetworkViewRenderer> rendererList)
-