public class DoubleConverter extends StyleConverter<String,Double>
Constructor and Description |
---|
DoubleConverter() |
Modifier and Type | Method and Description |
---|---|
Double |
convert(ParsedValue<String,Double> value,
Font not_used) |
static StyleConverter<?,Double> |
getInstance() |
String |
toString() |
getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
public Double convert(ParsedValue<String,Double> value, Font not_used)
convert
in class StyleConverter<String,Double>
public static StyleConverter<?,Double> getInstance()