T
- The type of renderable seriespublic abstract class PaletteProviderBase<T extends IRenderableSeries> extends java.lang.Object implements IPaletteProvider
IPaletteProvider
implementorsModifier and Type | Field and Description |
---|---|
static int |
DEFAULT_COLOR
reserved color which is used when need to discard palette provider for some points
|
protected T |
renderableSeries
Attached renderable series
|
Modifier | Constructor and Description |
---|---|
protected |
PaletteProviderBase(java.lang.Class<T> renderableSeriesType)
Creates a new instance of
PaletteProviderBase class |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
boolean |
isAttached() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
update
public static final int DEFAULT_COLOR
protected T extends IRenderableSeries renderableSeries
protected PaletteProviderBase(java.lang.Class<T> renderableSeriesType)
PaletteProviderBase
classrenderableSeriesType
- The type of supported renderable seriespublic final void attachTo(@NonNull com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
public final void detach()
detach
in interface com.scichart.core.framework.IAttachable
public final boolean isAttached()
isAttached
in interface com.scichart.core.framework.IAttachable