-
- All Implemented Interfaces:
-
com.github.mikephil.charting.highlight.IHighlighter
public class HorizontalBarHighlighter extends BarHighlighter
Created by Philipp Jahoda on 22/07/15.
-
-
Constructor Summary
Constructors Constructor Description HorizontalBarHighlighter(BarDataProvider 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. -
Methods inherited from class com.github.mikephil.charting.highlight.BarHighlighter
getStackedHighlight -
Methods inherited from class com.github.mikephil.charting.highlight.ChartHighlighter
getClosestHighlightByPixel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HorizontalBarHighlighter
HorizontalBarHighlighter(BarDataProvider 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.
-
-
-
-