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