- Direct Known Subclasses:
EffectConverter.DropShadowConverter
,EffectConverter.InnerShadowConverter
Converter to convert a string representation of an
Effect
to an Effect
.- Since:
- 9
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Converter to convert aDropShadow
effect.static final class
Converter to convert anInnerShadow
effect.Nested classes/interfaces declared in class javafx.css.StyleConverter
StyleConverter.StringStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Clears the InnerShadowConverter cache.static StyleConverter
<ParsedValue[], Effect> Gets theEffectConverter
instance.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 theEffectConverter
instance.- Returns:
- the
EffectConverter
instance
-
clearCache
public static void clearCache()Clears the InnerShadowConverter cache.
-