Cytoscape 3.0.1 API

org.cytoscape.view.vizmap.mappings
Interface PassthroughMapping<K,V>

Type Parameters:
K - Generic type of the attribute mapped.
V - Generic type of the VisualProperty used in this mapping.
All Superinterfaces:
VisualMappingFunction<K,V>

public interface PassthroughMapping<K,V>
extends VisualMappingFunction<K,V>

An interface describing a passthrough or identity mapping from attribute value to visual property.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Field Summary
static String PASSTHROUGH
          A label describing the mapping.
 
Method Summary
 
Methods inherited from interface org.cytoscape.view.vizmap.VisualMappingFunction
apply, getMappedValue, getMappingColumnName, getMappingColumnType, getVisualProperty
 

Field Detail

PASSTHROUGH

static final String PASSTHROUGH
A label describing the mapping.

See Also:
Constant Field Values

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.