public class ShapeConverter extends StyleConverterImpl<String,Shape>
| Constructor and Description |
|---|
ShapeConverter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
Shape |
convert(ParsedValue<String,Shape> value,
Font font)
Convert from the parsed CSS value to the target property type.
|
static StyleConverter<String,Shape> |
getInstance() |
cacheValue, convert, getCachedValue, readBinary, writeBinarygetBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverterpublic static StyleConverter<String,Shape> getInstance()
public Shape convert(ParsedValue<String,Shape> value, Font font)
StyleConverterconvert in class StyleConverter<String,Shape>value - The ParsedValue to convertfont - The Font to use when converting a
relative
value.public static void clearCache()
Copyright © 2025. All rights reserved.