K - Generic type of the attribute mapped.V - The generic type of associated BoundaryRangeValues.public final class ContinuousMappingPoint<K,V> extends Object
BoundaryRangeValues.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>| Constructor and Description |
|---|
ContinuousMappingPoint(K value,
BoundaryRangeValues<V> range,
ContinuousMapping<K,V> parentMapping,
CyEventHelper eventHelper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BoundaryRangeValues<V> |
getRange()
Gets BoundaryRangeValues.
|
K |
getValue()
Gets Point Value.
|
void |
setRange(BoundaryRangeValues<V> range)
Sets BoundaryRangeValues.
|
void |
setValue(K value)
Sets Point Value.
|
public ContinuousMappingPoint(K value, BoundaryRangeValues<V> range, ContinuousMapping<K,V> parentMapping, CyEventHelper eventHelper)
value - double.range - BoundaryRangeValues object.public K getValue()
public void setValue(K value)
value - double value.public BoundaryRangeValues<V> getRange()
public void setRange(BoundaryRangeValues<V> range)
range - BoundaryRangeValues Object.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.