All Packages Class Hierarchy This Package Previous Next Index
Class merlin.filter.SmoothFilter
java.lang.Object
|
+----merlin.filter.Filter
|
+----merlin.filter.SmoothFilter
- public class SmoothFilter
- extends Filter
A smoothing filter. The character is smoothed to reduce
discretation errors
- Version:
- 1.0
- Author:
- Stefan Hellkvist
-
SmoothFilter()
-
Default constructor
-
apply(Pattern)
- You apply a filter to a pattern and get a new pattern
SmoothFilter
public SmoothFilter()
- Default constructor
apply
public Pattern apply(Pattern pat)
- You apply a filter to a pattern and get a new pattern
- Parameters:
- p - The pattern to apply the filter on
- Returns:
- A new Pattern
- Overrides:
- apply in class Filter
All Packages Class Hierarchy This Package Previous Next Index