Uses of Package
org.cytoscape.view.vizmap.events
-
ClassDescriptionTODO: Missing documentationVisualMappingFunctions should fire this event when the contents of the mapping are modified.This is used to create a
VisualMappingFunctionChangedEvent
.Visual property dependencies should fire this event whenVisualPropertyDependency.setDependency(boolean)
is called with a different value.This event will be fired when VisualStyle object is removed from VisualMappingManager.When new VisualStyle is added to theVisualMappingManager
, it fires this event.When contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.This is used to create aVisualStyleChangedEvent
.Event fired when aVisualStyle
is set to a network view through VisualMappingManager.setVisualStyle(VisualStyle, org.cytoscape.view.model.CyNetworkView).