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