-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.dataprovider.BarDataProvider,com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider,com.github.mikephil.charting.interfaces.dataprovider.BubbleDataProvider,com.github.mikephil.charting.interfaces.dataprovider.CandleDataProvider,com.github.mikephil.charting.interfaces.dataprovider.ChartInterface,com.github.mikephil.charting.interfaces.dataprovider.LineDataProvider,com.github.mikephil.charting.interfaces.dataprovider.ScatterDataProvider
public interface CombinedDataProvider implements LineDataProvider, BarDataProvider, BubbleDataProvider, CandleDataProvider, ScatterDataProvider
Created by philipp on 11/06/16.
-
-
Method Summary
Modifier and Type Method Description abstract CombinedDatagetCombinedData()-
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.LineDataProvider
getAxis, getLineData -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider
getData, getHighestVisibleX, getLowestVisibleX, getTransformer, isInverted -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.ChartInterface
getCenterOfView, getCenterOffsets, getContentRect, getData, getDefaultValueFormatter, getHeight, getMaxHighlightDistance, getMaxVisibleCount, getWidth, getXChartMax, getXChartMin, getXRange, getYChartMax, getYChartMin -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.BarDataProvider
getBarData, isDrawBarShadowEnabled, isDrawValueAboveBarEnabled, isHighlightFullBarEnabled -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.BubbleDataProvider
getBubbleData -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.CandleDataProvider
getCandleData -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.ScatterDataProvider
getScatterData -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCombinedData
abstract CombinedData getCombinedData()
-
-
-
-