java.lang.Object
javafx.css.StyleConverter<ParsedValue<ParsedValue[],Insets>[],Insets[]>
  
javafx.css.converter.InsetsConverter.SequenceConverter
- Enclosing class:
 InsetsConverter
public static final class InsetsConverter.SequenceConverter
extends StyleConverter<ParsedValue<ParsedValue[],Insets>[],Insets[]>  
Converter to convert an array of parsed values, each of which is an array
 of 1 to 4 size components, to an array of 
Insets objects.- Since:
 - 9
 
- 
Nested Class Summary
Nested classes/interfaces declared in class javafx.css.StyleConverter
StyleConverter.StringStore - 
Method Summary
Modifier and TypeMethodDescriptionGets theSequenceConverterinstance.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 theSequenceConverterinstance.- Returns:
 - the 
SequenceConverterinstance 
 
 -