-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.dataprovider.ChartInterface
public interface BarLineScatterCandleBubbleDataProvider implements ChartInterface
-
-
Method Summary
Modifier and Type Method Description abstract TransformergetTransformer(YAxis.AxisDependency axis)abstract BooleanisInverted(YAxis.AxisDependency axis)abstract BarLineScatterCandleBubbleData<?>getData()abstract FloatgetLowestVisibleX()abstract FloatgetHighestVisibleX()-
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider
getCenterOfView, getCenterOffsets, getContentRect, getDefaultValueFormatter, getHeight, getMaxHighlightDistance, getMaxVisibleCount, getWidth, getXChartMax, getXChartMin, getXRange, getYChartMax, getYChartMin -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTransformer
abstract Transformer getTransformer(YAxis.AxisDependency axis)
-
isInverted
abstract Boolean isInverted(YAxis.AxisDependency axis)
-
getData
abstract BarLineScatterCandleBubbleData<?> getData()
-
getLowestVisibleX
abstract Float getLowestVisibleX()
-
getHighestVisibleX
abstract Float getHighestVisibleX()
-
-
-
-