Filter class abstract

Abstract class for specific filtering implementations

Implementers

Constructors

Filter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configFilter(Point initialPosition) → void
Configure the filter with initialPosition
filter(Point newPosition) Point
Filter newPosition and return the corresponding result
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset Filter to default settings
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited