- Direct Known Subclasses:
 EffectConverter.DropShadowConverter,EffectConverter.InnerShadowConverter
Converter to convert a string representation of an 
Effect to an Effect.- Since:
 - 9
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classConverter to convert aDropShadoweffect.static final classConverter to convert anInnerShadoweffect.Nested classes/interfaces declared in class javafx.css.StyleConverter
StyleConverter.StringStore - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidClears the InnerShadowConverter cache.static StyleConverter<ParsedValue[],Effect> Gets theEffectConverterinstance.Methods declared in class javafx.css.StyleConverter
cacheValue, convert, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary 
- 
Constructor Details
- 
EffectConverter
protected EffectConverter()Constructs an EffectConverter. 
 - 
 - 
Method Details
- 
getInstance
Gets theEffectConverterinstance.- Returns:
 - the 
EffectConverterinstance 
 - 
clearCache
public static void clearCache()Clears the InnerShadowConverter cache. 
 -