public static final class ConverterFactory.FloatConverter extends Object implements BindingConverter<Float,Float>
Modifier and Type | Method and Description |
---|---|
Float |
sourceValue(Float targetValue)
Converts a
Float using the multiplier
and sets it as new value. |
Float |
targetValue(Float sourceValue)
Converts the subject's value and returns a
corresponding
Float using the multiplier. |
public Float targetValue(Float sourceValue)
Float
using the multiplier.targetValue
in interface BindingConverter<Float,Float>
sourceValue
- the subject's valuepublic Float sourceValue(Float targetValue)
Float
using the multiplier
and sets it as new value.sourceValue
in interface BindingConverter<Float,Float>
targetValue
- the Float
object that shall be convertedCopyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.