public final class StringConverter extends StyleConverterImpl<String,String>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringConverter.SequenceConverter |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(ParsedValue<String,String> value,
Font font)
Convert from the parsed CSS value to the target property type.
|
static StyleConverter<String,String> |
getInstance() |
String |
toString() |
cacheValue, convert, getCachedValue, readBinary, writeBinarygetBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterpublic static StyleConverter<String,String> getInstance()
public String convert(ParsedValue<String,String> value, Font font)
StyleConverterconvert in class StyleConverter<String,String>value - The ParsedValue to convertfont - The Font to use when converting a
relative
value.Copyright © 2025. All rights reserved.