K
- the type of object to color.public interface FeatureColorGenerator<K> extends Function<K,Color>
Modifier and Type | Method and Description |
---|---|
default Color |
apply(K obj) |
Color |
color(K obj)
Returns a color for the given object.
|
Copyright © 2015–2021 Fiji. All rights reserved.