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.
PASSTHROUGH
static final String PASSTHROUGH
- A label describing the mapping.
- See Also:
- Constant Field Values
Copyright 2011 Cytoscape Consortium. All rights reserved.