public class RenderableSeriesProviderBase<TRenderableSeries extends IRenderableSeriesCore>
extends java.lang.Object
implements com.scichart.core.framework.IAttachable
Modifier and Type | Field and Description |
---|---|
protected TRenderableSeries |
renderableSeries |
Modifier | Constructor and Description |
---|---|
protected |
RenderableSeriesProviderBase(java.lang.Class<TRenderableSeries> renderableSeriesType) |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
boolean |
isAttached() |
protected TRenderableSeries extends IRenderableSeriesCore renderableSeries
protected RenderableSeriesProviderBase(java.lang.Class<TRenderableSeries> renderableSeriesType)
public void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
public final boolean isAttached()
isAttached
in interface com.scichart.core.framework.IAttachable