public class UniformSpotColorGenerator extends Object implements FeatureColorGenerator<Spot>
Constructor and Description |
---|
UniformSpotColorGenerator(Color color) |
Modifier and Type | Method and Description |
---|---|
Color |
color(Spot obj)
Returns a color for the given object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public UniformSpotColorGenerator(Color color)
public Color color(Spot obj)
FeatureColorGenerator
color
in interface FeatureColorGenerator<Spot>
obj
- the object to color.Copyright © 2015–2021 Fiji. All rights reserved.