Ink

public abstract class Ink extends Object

Represents the user input as a sequence of Ink.Stroke s and serves as input for DigitalInkRecognizer .

Nested Class Summary

class
Builder for the Ink class. 
class
A single touch point (horizontal and vertical coordinates). 
class
Represents a sequence of touch points between a pen-/finger-down and a pen-/finger-up events. 

Public Constructor Summary

Ink ()

Public Method Summary

static Ink.Builder
builder ()
Static method returning a new builder of Ink .
abstract List <? extends  Stroke >
getStrokes ()
Returns the list of strokes.

Inherited Method Summary

Public Constructors

public Ink ()

Public Methods

public static Ink.Builder builder ()

Static method returning a new builder of Ink .

public abstract List <? extends  Stroke > getStrokes ()

Returns the list of strokes.

Create a Mobile Website
View Site in Mobile | Classic
Share by: