-
- All Implemented Interfaces:
-
com.github.mikephil.charting.highlight.IHighlighter
public abstract class PieRadarHighlighter<T extends PieRadarChartBase> implements IHighlighter
Created by philipp on 12/06/16.
-
-
Constructor Summary
Constructors Constructor Description PieRadarHighlighter(T chart)
-
Method Summary
Modifier and Type Method Description HighlightgetHighlight(float x, float y)Returns a Highlight object corresponding to the given x- and y- touch positions in pixels. -
-
Constructor Detail
-
PieRadarHighlighter
PieRadarHighlighter(T chart)
-
-
Method Detail
-
getHighlight
Highlight getHighlight(float x, float y)
Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.
-
-
-
-