-
public final class HorizontalBarBuffer extends BarBuffer
-
-
Field Summary
Fields Modifier and Type Field Description public final FloatArraybuffer
-
Constructor Summary
Constructors Constructor Description HorizontalBarBuffer(Integer size, Integer dataSetCount, Boolean containsStacks)
-
Method Summary
Modifier and Type Method Description Unitfeed(IBarDataSet data)Builds up the buffer with the provided data and resets the buffer-index after feed-completion. -
Methods inherited from class com.github.mikephil.charting.buffer.HorizontalBarBuffer
setBarWidth, setDataSet, setInverted, toString -
Methods inherited from class com.github.mikephil.charting.buffer.BarBuffer
limitFrom, limitTo, reset, setPhases, size -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-