|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Condition<T> | A Condition is a strategy for deciding if data items satisfy a condition. |
Converter<F,T> | A Converter |
Named | A Named object has a getName() method for obtaining the object's name. |
Namer<T> | A Namer |
Scaler | A Scaler converts double values to scaled double values. |
Class Summary | |
---|---|
ClassNameNamer | DOCME. |
InverseConverter<F,T> | DOCME. |
LinearScaler | A LinearScaler is a scaler that uses a linear conversion formula. |
MutableLinearScaler | DOCME. |
NamedNamer<T extends Named> | A NamedNamer names objects that implement the Named
interface using their Named.getName() method. |
NamerConverter<T> | DOCME. |
NameSpace<T> | |
ToStringConverter | DOCME. |
The conversion package provides some utility classes for converting objects from one class to another. They are useful, for example, when complex data items are presented in a graphical user interface by name.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |