public class WholeTrackFeatureColorGenerator extends Object implements FeatureColorGenerator<Integer>
| Constructor and Description |
|---|
WholeTrackFeatureColorGenerator(Model model,
String trackFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
Color |
color(Integer trackID)
Returns a color for the given object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic Color color(Integer trackID)
FeatureColorGeneratorcolor in interface FeatureColorGenerator<Integer>trackID - the object to color.Copyright © 2015–2021 Fiji. All rights reserved.