public final class CursorConverter extends StyleConverterImpl<String,Cursor>
Modifier and Type | Method and Description |
---|---|
Cursor |
convert(ParsedValue<String,Cursor> value,
Font not_used)
Convert from the parsed CSS value to the target property type.
|
static StyleConverter<String,Cursor> |
getInstance() |
String |
toString() |
cacheValue, convert, getCachedValue, readBinary, writeBinary
getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
public static StyleConverter<String,Cursor> getInstance()
public Cursor convert(ParsedValue<String,Cursor> value, Font not_used)
StyleConverter
convert
in class StyleConverter<String,Cursor>
value
- The ParsedValue
to convertnot_used
- The Font
to use when converting a
relative
value.Copyright © 2020. All rights reserved.