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, waitapplypublic UniformSpotColorGenerator(Color color)
public Color color(Spot obj)
FeatureColorGeneratorcolor in interface FeatureColorGenerator<Spot>obj - the object to color.Copyright © 2015–2021 Fiji. All rights reserved.