public class PieHitProvider extends PieChartHitProviderBase<PieRenderPassData>
PieRenderableSeries
currentRenderPassData, renderableSeries
Constructor and Description |
---|
PieHitProvider()
Creates a new instance of
PieHitProvider 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 PieHitProvider()
PieHitProvider
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