public class Stroke extends Object
Constructor and Description |
---|
Stroke(long eventTimeNano,
float dpi) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(float x,
float y,
long eventTimeNano) |
int |
getCount() |
long |
getDurationNanos() |
float |
getDurationSeconds() |
float |
getEndPointLength() |
ArrayList<Point> |
getPoints() |
float |
getTotalLength() |
public void addPoint(float x, float y, long eventTimeNano)
public int getCount()
public float getTotalLength()
public float getEndPointLength()
public long getDurationNanos()
public float getDurationSeconds()