public class DoubleConverter
extends javafx.css.StyleConverter<String,Double>
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.css.StyleConverter
javafx.css.StyleConverter.StringStore
-
-
Constructor Summary
Constructors
-
Method Summary
static javafx.css.StyleConverter<?,Double>
Methods inherited from class javafx.css.StyleConverter
cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
-
-
Constructor Details
-
DoubleConverter
public DoubleConverter()
-
Method Details
-
convert
public Double convert(javafx.css.ParsedValue<String,Double> value,
javafx.scene.text.Font not_used)
- Overrides:
convert
in class javafx.css.StyleConverter<String,Double>
-
-
getInstance
public static javafx.css.StyleConverter<?,Double> getInstance()