public abstract class NearestXPointProviderBase<T extends XSeriesRenderPassData> extends NearestPointProviderBase<T>
XSeriesRenderPassData
currentRenderPassData, renderableSeries
Modifier | Constructor and Description |
---|---|
protected |
NearestXPointProviderBase(java.lang.Class<T> seriesRenderPassDataType) |
Modifier and Type | Method and Description |
---|---|
void |
setNearestHorizontalPointResult(HitTestInfo hitTestResult,
float x,
float y)
Performs search of nearest point in x direction only
|
attachTo, detach, isAttached
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setNearestPoint2D
protected NearestXPointProviderBase(java.lang.Class<T> seriesRenderPassDataType)
public void setNearestHorizontalPointResult(HitTestInfo hitTestResult, float x, float y)
hitTestResult
- The hit test info to updatex
- The x coordinate of hit test in pixelsy
- The y coordinate of hit test in pixel