ColorProviderRegistry

public interface ColorProviderRegistry<T, Provider>

Functions

get
Link copied to clipboard
@Nullable()
abstract Provider get(T object)
Get a color provider for the given object.
register
Link copied to clipboard
abstract void register(Provider provider, Array<T> objects)
Register a color provider for one or more objects.

Inheritors

ColorProviderRegistryImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard