public final class BooleanConverter extends StyleConverterImpl<String,Boolean>
Modifier and Type | Method and Description |
---|---|
Boolean |
convert(ParsedValue<String,Boolean> value,
Font not_used)
Convert from the parsed CSS value to the target property type.
|
static StyleConverter<String,Boolean> |
getInstance() |
String |
toString() |
cacheValue, convert, getCachedValue, readBinary, writeBinary
getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
public static StyleConverter<String,Boolean> getInstance()
public Boolean convert(ParsedValue<String,Boolean> value, Font not_used)
StyleConverter
convert
in class StyleConverter<String,Boolean>
value
- The ParsedValue
to convertnot_used
- The Font
to use when converting a
relative
value.Copyright © 2020. All rights reserved.