K
- Generic type of the attribute mapped.V
- Generic type of the VisualProperty used in this mapping.public interface PassthroughMapping<K,V> extends VisualMappingFunction<K,V>
Module: vizmap-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>vizmap-api</artifactId> </dependency>
Modifier and Type | Field and Description |
---|---|
static String |
PASSTHROUGH
A label describing the mapping.
|
apply, getMappedValue, getMappingColumnName, getMappingColumnType, getVisualProperty
static final String PASSTHROUGH
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.