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