public class CombinedHighlighter extends ChartHighlighter<CombinedDataProvider> implements IHighlighter
| Modifier and Type | Field and Description |
|---|---|
protected BarHighlighter |
barHighlighter
bar highlighter for supporting stacked highlighting
|
mChart, mHighlightBuffer| Constructor and Description |
|---|
CombinedHighlighter(CombinedDataProvider chart,
BarDataProvider barChart) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Highlight> |
getHighlightsAtXValue(float xVal,
float x,
float y)
Returns a list of Highlight objects representing the entries closest to the given xVal.
|
buildHighlights, getClosestHighlightByPixel, getData, getDistance, getHighlight, getHighlightForX, getHighlightPos, getMinimumDistance, getValsForTouchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHighlightprotected BarHighlighter barHighlighter
public CombinedHighlighter(CombinedDataProvider chart, BarDataProvider barChart)
protected java.util.List<Highlight> getHighlightsAtXValue(float xVal, float x, float y)
ChartHighlightergetHighlightsAtXValue in class ChartHighlighter<CombinedDataProvider>xVal - the transformed x-value of the x-touch positionx - touch positiony - touch position