addInkFeature abstract method

void addInkFeature(
  1. InkFeature feature
)

Add an InkFeature, such as an InkSplash or an InkHighlight.

The ink feature will paint as part of this controller.

Implementation

void addInkFeature(InkFeature feature);