public class DonutHitProvider extends PieChartHitProviderBase<DonutRenderPassData>
DonutRenderableSeries
currentRenderPassData, renderableSeries
Constructor and Description |
---|
DonutHitProvider()
Creates a new instance of
DonutHitProvider class. |
Modifier and Type | Method and Description |
---|---|
void |
update(PieHitTestInfo hitTestInfo,
float x,
float y)
Performs 2D hit test on specified pie chart renderable series.
|
attachTo, detach, isAttached
public DonutHitProvider()
DonutHitProvider
class.public void update(PieHitTestInfo hitTestInfo, float x, float y)
hitTestInfo
- The hit test info instance to update.x
- The x coordinate of hit test pointy
- The y coordinate of hit test point