Subclasses of AbstractConverter in com.cosylab.gui.adapters |
class |
ExponentialConverter
ExponentialConverter uses the supplied values
as the exponential factor to the specified base. |
class |
IdentityConverter
IdentityConverter is ismplest possible conversion, it delegates same data value to consumers. |
class |
LinearConverter
MulitplierConverter acts as data source and data consumer in
the same time. |
class |
LogarithmicConverter
LogarithmicConverter logarithms the supplied value using the
logarithm of the specified base. |
class |
MultiplierConverter
MulitplierConverter acts as data source and data consumer in
the same time. |
class |
PotentialConverter
PotentialConverter transforms the incomming value
in the way that it exponents it to the given exponent factor. |
class |
SimpleArrayConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
class |
SimpleConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |