Package org.cytoscape.view.vizmap.events
package org.cytoscape.view.vizmap.events
Events for Visual Mappings.
-
InterfaceDescriptionTODO: Missing documentationThis listener is used by the
VisualStyle
implementation, so a style can be notified when its visual mappings are changed.This listener is used by theVisualStyle
implementation, so a style can be notified whenVisualPropertyDependency.setDependency(boolean)
is called on any of its visual property dependencies.Listener for VisualStyleAboutToBeRemovedEvent.Listener for VisualStyleAddedEvent.TODO: Missing documentationListener for VisualStyleSetEvent. -
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).