Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CyEventHelper |
CyAppAdapter.getCyEventHelper()
Returns an instance of
CyEventHelper . |
Modifier and Type | Field and Description |
---|---|
protected CyEventHelper |
AbstractVisualMappingFunction.eventHelper |
Constructor and Description |
---|
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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.