public abstract class NearestPointProviderBase<T extends ISeriesRenderPassData> extends java.lang.Object implements INearestPointProvider
INearestPointProvider
providerModifier and Type | Field and Description |
---|---|
protected T |
currentRenderPassData |
protected IRenderableSeries |
renderableSeries |
Modifier | Constructor and Description |
---|---|
protected |
NearestPointProviderBase(java.lang.Class<T> serieesRenderPassDataType) |
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
setNearestHorizontalPointResult, setNearestPoint2D
protected T extends ISeriesRenderPassData currentRenderPassData
protected IRenderableSeries renderableSeries
protected NearestPointProviderBase(java.lang.Class<T> serieesRenderPassDataType)
public void attachTo(@NonNull 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