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 PointAccepter
public void add(long pX, long pY)
add
in interface PointAccepter
public void end()
end
in interface PointAccepter
public float[] getLines()
public int getSize()
public abstract void flush()