public interface IStroker
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isFill()
Tells whether stroked input should be drawn as a filled shaped or not. 
 | 
void | 
stroke(InkPoint[] input,
      float width,
      float pixelSize,
      IPath output)
Constructs a visual stroke from input points. 
 |