Class URLConverter.SequenceConverter
java.lang.Object
javafx.css.StyleConverter<ParsedValue<ParsedValue[],String>[],String[]>
javafx.css.converter.URLConverter.SequenceConverter
- Enclosing class:
URLConverter
public static final class URLConverter.SequenceConverter
extends StyleConverter<ParsedValue<ParsedValue[],String>[],String[]>
Converter to convert a sequence of URLs to an array of
String
s.- Since:
- 9
-
Nested Class Summary
Nested classes/interfaces declared in class javafx.css.StyleConverter
StyleConverter.StringStore
-
Method Summary
Modifier and TypeMethodDescriptionGets theSequenceConverter
instance.Methods declared in class javafx.css.StyleConverter
cacheValue, clearCache, convert, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
-
Method Details
-
getInstance
Gets theSequenceConverter
instance.- Returns:
- the
SequenceConverter
instance
-