K - Generic type of the attribute mapped.V - Generic type of the VisualProperty used in this mapping.public interface DiscreteMapping<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 |
DISCRETE
A label string describing the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
getAll()
Gets all map values.
|
V |
getMapValue(K key)
Gets Value for Specified Key.
|
<T extends V> |
putAll(Map<K,T> map)
Adds All Members of Specified Map.
|
<T extends V> |
putMapValue(K key,
T value)
Puts New Key/Value in Map.
|
apply, getMappedValue, getMappingColumnName, getMappingColumnType, getVisualPropertystatic final String DISCRETE
V getMapValue(K key)
key - String Key.<T extends V> void putMapValue(K key, T value)
key - Key Object.value - Value Object.<T extends V> void putAll(Map<K,T> map)
map - Map.Copyright 2011 Cytoscape Consortium. All rights reserved.