-
public class BarBuffer extends AbstractBuffer<IBarDataSet>
-
-
Field Summary
Fields Modifier and Type Field Description public final FloatArraybuffer
-
Method Summary
Modifier and Type Method Description final UnitsetBarWidth(Float barWidthGiven)final UnitsetDataSet(Integer index)final UnitsetInverted(Boolean invertedGiven)StringtoString()Unitfeed(IBarDataSet data)Builds up the buffer with the provided data and resets the buffer-index after feed-completion. -
-
Method Detail
-
setBarWidth
final Unit setBarWidth(Float barWidthGiven)
-
setDataSet
final Unit setDataSet(Integer index)
-
setInverted
final Unit setInverted(Boolean invertedGiven)
-
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.
-
-
-
-