
public abstract class LineBuilder extends Object implements PointAccepter
| Constructor and Description |
|---|
LineBuilder(int pMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long pX,
long pY) |
void |
end() |
abstract void |
flush() |
float[] |
getLines() |
int |
getSize() |
void |
init() |
public void init()
init in interface PointAccepterpublic void add(long pX,
long pY)
add in interface PointAccepterpublic void end()
end in interface PointAccepterpublic float[] getLines()
public int getSize()
public abstract void flush()