public class StyleConverterImpl<F,T> extends StyleConverter<F,T>
public Color convert(ParsedValueImpl<String,Color> value, Font font)
Modifier | Constructor and Description |
---|---|
protected |
StyleConverterImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
cacheValue(ParsedValue key,
Object value) |
T |
convert(Map<CssMetaData<? extends Styleable,?>,Object> convertedValues)
Convert from the constituent values to the target property type.
|
protected T |
getCachedValue(ParsedValue key) |
static StyleConverter<?,?> |
readBinary(DataInputStream is,
String[] strings) |
void |
writeBinary(DataOutputStream os,
StringStore sstore) |
convert, getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
public T convert(Map<CssMetaData<? extends Styleable,?>,Object> convertedValues)
public void writeBinary(DataOutputStream os, StringStore sstore) throws IOException
IOException
protected T getCachedValue(ParsedValue key)
protected void cacheValue(ParsedValue key, Object value)
public static StyleConverter<?,?> readBinary(DataInputStream is, String[] strings) throws IOException
IOException
Copyright © 2020. All rights reserved.