public class BorderImageWidthsSequenceConverter extends StyleConverterImpl<ParsedValue<ParsedValue[],BorderWidths>[],BorderWidths[]>
| Modifier and Type | Field and Description |
|---|---|
private static BorderImageWidthsSequenceConverter |
CONVERTER |
| Constructor and Description |
|---|
BorderImageWidthsSequenceConverter() |
| Modifier and Type | Method and Description |
|---|---|
BorderWidths[] |
convert(ParsedValue<ParsedValue<ParsedValue[],BorderWidths>[],BorderWidths[]> value,
Font font)
Convert from the parsed CSS value to the target property type.
|
static BorderImageWidthsSequenceConverter |
getInstance() |
java.lang.String |
toString() |
cacheValue, convert, getCachedValue, readBinary, writeBinarygetBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterprivate static final BorderImageWidthsSequenceConverter CONVERTER
public static BorderImageWidthsSequenceConverter getInstance()
public BorderWidths[] convert(ParsedValue<ParsedValue<ParsedValue[],BorderWidths>[],BorderWidths[]> value, Font font)
StyleConverterconvert in class StyleConverter<ParsedValue<ParsedValue[],BorderWidths>[],BorderWidths[]>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