public class HorizontalBarBuffer extends BarBuffer
mBarSpace, mContainsStacks, mDataSetCount, mDataSetIndex, mGroupSpace, mInverted| Constructor and Description |
|---|
HorizontalBarBuffer(int size,
float groupspace,
int dataSetCount,
boolean containsStacks) |
| Modifier and Type | Method and Description |
|---|---|
void |
feed(java.util.List<BarEntry> entries)
Builds up the buffer with the provided data and resets the buffer-index
after feed-completion.
|
addBar, setBarSpace, setDataSet, setInvertedpublic HorizontalBarBuffer(int size,
float groupspace,
int dataSetCount,
boolean containsStacks)
public void feed(java.util.List<BarEntry> entries)
AbstractBuffer