Package 

Class HorizontalBarBuffer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final FloatArray buffer
    • Method Summary

      Modifier and Type Method Description
      Unit feed(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
    • Constructor Detail

    • Method Detail

      • feed

         Unit feed(IBarDataSet data)

        Builds up the buffer with the provided data and resets the buffer-index after feed-completion. This needs to run FAST.