Interface | Description |
---|---|
IFillPaletteProvider |
Defines the interface to a fill PaletteProvide which allows to override fill color on
BaseRenderableSeries |
IPaletteProvider |
Defines the common interface to a PaletteProvider.
|
IPointMarkerPaletteProvider |
Defines the interface to a point marker PaletteProvide which allows to override color provided by
BaseRenderableSeries.getPointMarker() value |
IStrokePaletteProvider |
Defines the interface to a stroke PaletteProvide which allows to override stroke color on
BaseRenderableSeries |
IUniformHeatmapPaletteProvider |
Defines the interface to a uniform heat map PaletteProvide which allows to override heat map colors provided by
FastUniformHeatmapRenderableSeries |
Class | Description |
---|---|
PaletteProviderBase<T extends IRenderableSeries> |
An abstract base class for
IPaletteProvider implementors |