|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedListened | |
---|---|
rafa.math.filter | |
rafa.math.gen |
Uses of NamedListened in rafa.math.filter |
---|
Subclasses of NamedListened in rafa.math.filter | |
---|---|
class |
CropFilter
Filter for values exceeding some given limits. |
class |
FitFilter
Filter which shrinks or stretches a range of numbers to accommodate them within the given limits. |
class |
LimitingFilter
Filter to limit values within a given range. |
class |
ScaleFilter
Filter to modify values by scaling them using a factor, around an axis. A simple use of this filter can be the inversion of values (factor = -1). |
class |
ShiftFilter
Simple filter to modify values by summing a constant. |
Uses of NamedListened in rafa.math.gen |
---|
Subclasses of NamedListened in rafa.math.gen | |
---|---|
class |
FilteredGenerator
Wrapper around a generator to filter/manipulate the produced values. Note that, in contrast to the FilterStrategy , objects of this
class can use any ListFilter and not only
SingleValueFilter s. |
class |
NumberGenerator
Generates values according to the implemented logic. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |