Uses of Interface
org.cytoscape.view.vizmap.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
Modifier and TypeMethodDescriptionCyAppAdapter.getVisualMappingManager()
Deprecated.Returns an instance ofVisualMappingManager
. -
Uses of VisualMappingManager in org.cytoscape.view.vizmap.events
ModifierConstructorDescriptionVisualStyleAboutToBeRemovedEvent
(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.