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