public static abstract class Ink.Stroke extends Object
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
Stroke()
|
Public Method Summary
static Ink.Stroke.Builder |
builder()
Static method returning a new builder of
Ink.Stroke .
|
abstract List<Ink.Point> |
getPoints()
Returns the list of touch points.
|
Inherited Method Summary
Public Constructors
public Stroke ()
Public Methods
public static Ink.Stroke.Builder builder ()
Static method returning a new builder of Ink.Stroke
.