java.lang.Object
javafx.css.StyleConverter<String,FontPosture>
javafx.css.converter.FontConverter.FontStyleConverter
- Enclosing class:
- FontConverter
public static final class FontConverter.FontStyleConverter extends StyleConverter<String,FontPosture>
Converter to convert a 
String value to a FontPosture object.- Since:
- 9
- 
Nested Class SummaryNested classes/interfaces declared in class javafx.css.StyleConverterStyleConverter.StringStore
- 
Method SummaryModifier and Type Method Description static FontConverter.FontStyleConvertergetInstance()Gets theFontStyleConverterinstance.Methods declared in class javafx.css.StyleConvertercacheValue, clearCache, convert, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
- 
Method Details- 
getInstanceGets theFontStyleConverterinstance.- Returns:
- the FontStyleConverterinstance
 
 
-