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