Uses of Interface
org.cytoscape.event.CyEventHelper
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.
Visual Mapping basic API module.
APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping.
-
Uses of CyEventHelper in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getCyEventHelper()
Deprecated.Returns an instance ofCyEventHelper
. -
Uses of CyEventHelper in org.cytoscape.view.vizmap
Modifier and TypeMethodDescriptionvoid
VisualPropertyDependency.setEventHelper
(CyEventHelper eventHelper) TheVisualStyle
implementation should use this method to pass a valid CyEventHelper after this dependency is added to the visual style object. -
Uses of CyEventHelper in org.cytoscape.view.vizmap.mappings
Modifier and TypeFieldDescriptionprotected final CyEventHelper
AbstractVisualMappingFunction.eventHelper
ModifierConstructorDescriptionAbstractVisualMappingFunction
(String columnName, Class<K> columnType, VisualProperty<V> vp, CyEventHelper eventHelper) Constructs this AbstractVisualMappingFunction.ContinuousMappingPoint
(K value, BoundaryRangeValues<V> range, ContinuousMapping<K, V> parentMapping, CyEventHelper eventHelper) Constructor.