Ink.Stroke

public static abstract class Ink.Stroke extends Object
implements Stroke

Represents a sequence of touch points between a pen-/finger-down and a pen-/finger-up events.

Nested Class Summary

class Ink.Stroke.Builder Builder for the Ink.Stroke class. 

Public Constructor Summary

Public Method Summary

static Ink.Stroke.Builder
builder()
Static method returning a new builder of Ink.Stroke.
abstract List<Ink.Point>
List<? extends Point>
getPointsInGlobalCoordinates()
Returns the list of touch points in global coordinates.

Inherited Method Summary

Public Constructors

public Stroke ()

Public Methods

public static Ink.Stroke.Builder builder ()

Static method returning a new builder of Ink.Stroke.

public abstract List<Ink.Point> getPoints ()

public List<? extends Point> getPointsInGlobalCoordinates ()

Returns the list of touch points in global coordinates.