public class NearestBubblePointProvider extends NearestXPointProviderBase<BubbleRenderPassData>
BubbleRenderPassData
currentRenderPassData, renderableSeries
Constructor and Description |
---|
NearestBubblePointProvider() |
Modifier and Type | Method and Description |
---|---|
void |
setNearestPoint2D(HitTestInfo hitTestResult,
float x,
float y,
float hitTestRadius)
Performs search of nearest point in 2D
|
setNearestHorizontalPointResult
attachTo, detach, isAttached
public void setNearestPoint2D(HitTestInfo hitTestResult, float x, float y, float hitTestRadius)
hitTestResult
- The hit test info to updatex
- The x coordinate of hit test in pixelsy
- The y coordinate of hit test in pixelhitTestRadius
- The hit test radius in pixels