class BorderConverter extends StyleConverterImpl<ParsedValue[],Border>
Modifier and Type | Field and Description |
---|---|
private static BorderConverter |
BORDER_IMAGE_CONVERTER |
Modifier | Constructor and Description |
---|---|
private |
BorderConverter() |
Modifier and Type | Method and Description |
---|---|
Border |
convert(java.util.Map<CssMetaData<? extends Styleable,?>,java.lang.Object> convertedValues)
Convert from the constituent values to the target property type.
|
static BorderConverter |
getInstance() |
java.lang.String |
toString() |
cacheValue, getCachedValue, readBinary, writeBinary
convert, getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
private static final BorderConverter BORDER_IMAGE_CONVERTER
public static BorderConverter getInstance()
public Border convert(java.util.Map<CssMetaData<? extends Styleable,?>,java.lang.Object> convertedValues)
StyleConverterImpl
convert
in class StyleConverterImpl<ParsedValue[],Border>
public java.lang.String toString()
toString
in class java.lang.Object