public class ShapeConverter extends StyleConverter<String,Shape>
Converter to convert a SVG shape string into a 
Shape object.- Since:
- 9
- 
Nested Class SummaryNested classes/interfaces declared in class javafx.css.StyleConverterStyleConverter.StringStore
- 
Method SummaryModifier and Type Method Description static voidclearCache()Clears theShapeConvertercache.static StyleConverter<String,Shape>getInstance()Gets theShapeConverterinstance.Methods declared in class javafx.css.StyleConvertercacheValue, convert, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
- 
Method Details- 
getInstanceGets theShapeConverterinstance.- Returns:
- the ShapeConverterinstance
 
- 
clearCachepublic static void clearCache()Clears theShapeConvertercache.
 
-