|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthhreco.toolbox.StrokeFilter
An object which filters a pen stroke in order to reduce the complexity in the raw data points. Examples of filtering are point reduction, dehooking, smoothing, etc.
Constructor Summary | |
StrokeFilter()
|
Method Summary | |
abstract TimedStroke |
apply(TimedStroke s)
Apply a filtering algorithm on the specified pen stroke and return the filtered stroke. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StrokeFilter()
Method Detail |
public abstract TimedStroke apply(TimedStroke s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |