public class ManualSpotPerEdgeColorGenerator extends Object implements FeatureColorGenerator<Spot>
Constructor and Description |
---|
ManualSpotPerEdgeColorGenerator(Model model,
Color missingValueColor) |
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, wait
apply
public Color color(Spot spot)
FeatureColorGenerator
color
in interface FeatureColorGenerator<Spot>
spot
- the object to color.Copyright © 2015–2021 Fiji. All rights reserved.