public class HorizontalBarBuffer extends BarBuffer
mBarWidth, mContainsStacks, mDataSetCount, mDataSetIndex, mInverted| Constructor and Description |
|---|
HorizontalBarBuffer(int size,
int dataSetCount,
boolean containsStacks) |
| Modifier and Type | Method and Description |
|---|---|
void |
feed(IBarDataSet data)
Builds up the buffer with the provided data and resets the buffer-index
after feed-completion.
|
addBar, setBarWidth, setDataSet, setInvertedpublic HorizontalBarBuffer(int size,
int dataSetCount,
boolean containsStacks)
public void feed(IBarDataSet data)
AbstractBuffer