
public class ListPointAccepter extends Object implements PointAccepter
| Constructor and Description |
|---|
ListPointAccepter(boolean pRemoveConsecutiveDuplicates) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long pX,
long pY) |
void |
end() |
List<Long> |
getList() |
void |
init() |
public void init()
init in interface PointAccepterpublic void add(long pX,
long pY)
add in interface PointAccepterpublic void end()
end in interface PointAccepter