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