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, writeBinarygetBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterpublic static StyleConverter<String,Boolean> getInstance()
public Boolean convert(ParsedValue<String,Boolean> value, Font not_used)
StyleConverterconvert in class StyleConverter<String,Boolean>value - The ParsedValue to convertnot_used - The Font to use when converting a
relative
value.Copyright © 2025. All rights reserved.