中央网信办召开全国争做中国好网民工程推进会

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.

public abstract List<Ink.Point> getPoints ()

Returns the list of touch points.