Package org.cytoscape.view.vizmap.events
package org.cytoscape.view.vizmap.events
Events for Visual Mappings.
-
ClassDescriptionTODO: Missing documentationTODO: Missing documentationVisualMappingFunctions should fire this event when the contents of the mapping are modified.This listener is used by the
VisualStyleimplementation, so a style can be notified when its visual mappings are changed.This is used to create aVisualMappingFunctionChangedEvent.Visual property dependencies should fire this event whenVisualPropertyDependency.setDependency(boolean)is called with a different value.This listener is used by theVisualStyleimplementation, so a style can be notified whenVisualPropertyDependency.setDependency(boolean)is called on any of its visual property dependencies.This event will be fired when VisualStyle object is removed from VisualMappingManager.Listener for VisualStyleAboutToBeRemovedEvent.When new VisualStyle is added to theVisualMappingManager, it fires this event.Listener for VisualStyleAddedEvent.When contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.TODO: Missing documentationThis is used to create aVisualStyleChangedEvent.Event fired when aVisualStyleis set to a network view through VisualMappingManager.setVisualStyle(VisualStyle, org.cytoscape.view.model.CyNetworkView).Listener for VisualStyleSetEvent.