public static final class InsetsConverter.SequenceConverter extends StyleConverterImpl<ParsedValue<ParsedValue[],Insets>[],Insets[]>
Modifier | Constructor and Description |
---|---|
private |
SequenceConverter() |
Modifier and Type | Method and Description |
---|---|
Insets[] |
convert(ParsedValue<ParsedValue<ParsedValue[],Insets>[],Insets[]> value,
Font font)
Convert from the parsed CSS value to the target property type.
|
static InsetsConverter.SequenceConverter |
getInstance() |
java.lang.String |
toString() |
cacheValue, convert, getCachedValue, readBinary, writeBinary
getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
public static InsetsConverter.SequenceConverter getInstance()
public Insets[] convert(ParsedValue<ParsedValue<ParsedValue[],Insets>[],Insets[]> value, Font font)
StyleConverter
convert
in class StyleConverter<ParsedValue<ParsedValue[],Insets>[],Insets[]>
value
- The ParsedValue
to convertfont
- The Font
to use when converting a
relative
value.public java.lang.String toString()
toString
in class java.lang.Object