|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Named | |
---|---|
rafa | |
rafa.math.filter | |
rafa.math.gen |
Uses of Named in rafa |
---|
Classes in rafa that implement Named | |
---|---|
class |
NamedListened
Implementation for named objects which notify their listeners of any changes. |
Methods in rafa that return Named | |
---|---|
Named |
NameRegistry.get(java.lang.String name)
|
Named |
NameRegistry.remove(java.lang.String name)
Removes a name from the register. |
Methods in rafa that return types with arguments of type Named | |
---|---|
java.util.Collection<Named> |
NameRegistry.getAll()
Retrieves all of the registered objects. |
java.util.Collection<Named> |
NameRegistry.getAll(java.lang.Class<?> aClass)
Retrieves all the registered objects of a given class. |
Uses of Named in rafa.math.filter |
---|
Classes in rafa.math.filter that implement Named | |
---|---|
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 Named in rafa.math.gen |
---|
Subinterfaces of Named in rafa.math.gen | |
---|---|
interface |
INumberGenerator
|
Classes in rafa.math.gen that implement Named | |
---|---|
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 |