public class CandleBodyBuffer extends AbstractBuffer<CandleEntry>
| Constructor and Description |
|---|
CandleBodyBuffer(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
feed(java.util.List<CandleEntry> entries)
Builds up the buffer with the provided data and resets the buffer-index
after feed-completion.
|
void |
setBodySpace(float bodySpace) |
public void setBodySpace(float bodySpace)
public void feed(java.util.List<CandleEntry> entries)
AbstractBufferfeed in class AbstractBuffer<CandleEntry>