Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.event.CyEventHelper

Packages that use CyEventHelper
org.cytoscape.app 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. 
org.cytoscape.view.vizmap.mappings APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping. 
 

Uses of CyEventHelper in org.cytoscape.app
 

Methods in org.cytoscape.app that return CyEventHelper
 CyEventHelper CyAppAdapter.getCyEventHelper()
          Returns an instance of CyEventHelper.
 

Uses of CyEventHelper in org.cytoscape.view.vizmap.mappings
 

Fields in org.cytoscape.view.vizmap.mappings declared as CyEventHelper
protected  CyEventHelper AbstractVisualMappingFunction.eventHelper
           
 

Constructors in org.cytoscape.view.vizmap.mappings with parameters of type CyEventHelper
AbstractVisualMappingFunction(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.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.