Class FloatConverter
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.converters.ValidatingConverter
public final class FloatConverter extends AbstractNumberConverter implements ValidatingConverter<Float>
-
-
Constructor Summary
Constructors Constructor Description FloatConverter(Locale locale, Integer maximumFractionDigits)
-
Method Summary
Modifier and Type Method Description StringtoString(Float value)ValueOrError<Float>fromString(String value)-
-
Method Detail
-
fromString
ValueOrError<Float> fromString(String value)
-
-
-
-