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