class BackgroundConverter extends StyleConverterImpl<ParsedValue[],Background>
Modifier and Type | Field and Description |
---|---|
(package private) static StyleConverter<ParsedValue[],Background> |
INSTANCE |
Constructor and Description |
---|
BackgroundConverter() |
Modifier and Type | Method and Description |
---|---|
Background |
convert(java.util.Map<CssMetaData<? extends Styleable,?>,java.lang.Object> convertedValues)
Convert from the constituent values to the target property type.
|
cacheValue, getCachedValue, readBinary, writeBinary
convert, getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
static final StyleConverter<ParsedValue[],Background> INSTANCE
public Background convert(java.util.Map<CssMetaData<? extends Styleable,?>,java.lang.Object> convertedValues)
StyleConverterImpl
convert
in class StyleConverterImpl<ParsedValue[],Background>