public static class Ink.Builder extends Object
Builder for the Ink
class.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| Ink.Builder | |
| Ink | |
| boolean |
isEmpty()
Returns true if the builder contains no strokes.
|
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public Ink.Builder addStroke (Stroke stroke)
Adds a stroke to the ink.
public boolean isEmpty ()
Returns true if the builder contains no strokes.