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, writeBinaryconvert, getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterstatic final StyleConverter<ParsedValue[],Background> INSTANCE
public Background convert(java.util.Map<CssMetaData<? extends Styleable,?>,java.lang.Object> convertedValues)
StyleConverterImplconvert in class StyleConverterImpl<ParsedValue[],Background>