
public abstract class ColorMappingForScalar extends Object implements ColorMapping
ColorMapping populated by scalar data| Constructor and Description |
|---|
ColorMappingForScalar() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float pScalar) |
protected abstract int |
computeColor(float pScalar) |
int |
getColorForIndex(int pSegmentIndex) |
protected void |
set(int pIndex,
float pScalar) |
public int getColorForIndex(int pSegmentIndex)
getColorForIndex in interface ColorMappingpublic void add(float pScalar)
protected abstract int computeColor(float pScalar)
protected void set(int pIndex,
float pScalar)