Uses of Interface
org.cytoscape.view.vizmap.VisualMappingManager
Packages that use VisualMappingManager
Package
Description
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.
Events for Visual Mappings.
-
Uses of VisualMappingManager in org.cytoscape.app
Methods in org.cytoscape.app that return VisualMappingManagerModifier and TypeMethodDescriptionCyAppAdapter.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 VisualMappingManagerModifierConstructorDescriptionVisualStyleAboutToBeRemovedEvent
(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.