public final class SliceSequenceConverter extends StyleConverterImpl<ParsedValue<ParsedValue[],BorderImageSlices>[],BorderImageSlices[]>
| Modifier and Type | Field and Description |
|---|---|
private static SliceSequenceConverter |
BORDER_IMAGE_SLICE_SEQUENCE_CONVERTER |
| 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() |
java.lang.String |
toString() |
cacheValue, convert, getCachedValue, readBinary, writeBinarygetBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterprivate static final SliceSequenceConverter BORDER_IMAGE_SLICE_SEQUENCE_CONVERTER
public static SliceSequenceConverter getInstance()
public BorderImageSlices[] convert(ParsedValue<ParsedValue<ParsedValue[],BorderImageSlices>[],BorderImageSlices[]> value, Font font)
StyleConverterconvert in class StyleConverter<ParsedValue<ParsedValue[],BorderImageSlices>[],BorderImageSlices[]>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