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