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, writeBinarygetBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterpublic static StyleConverter<String,Cursor> getInstance()
public Cursor convert(ParsedValue<String,Cursor> value, Font not_used)
StyleConverterconvert in class StyleConverter<String,Cursor>value - The ParsedValue to convertnot_used - The Font to use when converting a
relative
value.Copyright © 2025. All rights reserved.