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