Uses of Interface
org.cytoscape.view.vizmap.VisualMappingManager
-
Packages that use VisualMappingManager Package Description org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X.org.cytoscape.view.vizmap.events Events for Visual Mappings. -
-
Uses of VisualMappingManager in org.cytoscape.app
Methods in org.cytoscape.app that return VisualMappingManager Modifier and Type Method Description VisualMappingManager
CyAppAdapter. getVisualMappingManager()
Deprecated.Returns an instance ofVisualMappingManager
. -
Uses of VisualMappingManager in org.cytoscape.view.vizmap.events
Constructors in org.cytoscape.view.vizmap.events with parameters of type VisualMappingManager Constructor Description VisualStyleAboutToBeRemovedEvent(VisualMappingManager source, VisualStyle style)
Create an event for the removed VisualStyle.VisualStyleAddedEvent(VisualMappingManager source, VisualStyle created)
Creates an event for the newly created style.VisualStyleSetEvent(VisualMappingManager source, VisualStyle style, CyNetworkView view)
Creates the event.
-