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