public abstract class StrokeFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_KEY
The key into the property table to store or to access the
cached filtered stroke.
|
| Constructor and Description |
|---|
StrokeFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract TimedStroke |
apply(TimedStroke s)
Apply a filtering algorithm on the specified pen stroke and
return the filtered stroke.
|
public static String PROPERTY_KEY
public abstract TimedStroke apply(TimedStroke s)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.