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