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