public class LineBuffer extends AbstractBuffer<Entry>
| Constructor and Description |
|---|
LineBuffer(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
feed(java.util.List<Entry> entries)
Builds up the buffer with the provided data and resets the buffer-index
after feed-completion.
|
void |
lineTo(float x,
float y) |
void |
moveTo(float x,
float y) |
public void moveTo(float x,
float y)
public void lineTo(float x,
float y)
public void feed(java.util.List<Entry> entries)
AbstractBufferfeed in class AbstractBuffer<Entry>