- java.lang.Object
-
- javafx.css.StyleConverter<String,Shape>
-
- javafx.css.converter.ShapeConverter
-
public class ShapeConverter extends StyleConverter<String,Shape>
将SVG形状字符串转换为Shape对象。- 从以下版本开始:
- 9
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javafx.css.StyleConverter
StyleConverter.StringStore
-
-
构造方法摘要
构造方法 Constructor 描述 ShapeConverter()
-
方法摘要
所有方法 静态方法 接口方法 具体的方法 Modifier and Type 方法 描述 static void
clearCache()
Shape
convert(ParsedValue<String,Shape> value, Font font)
从解析的CSS值转换为目标属性类型。static StyleConverter<String,Shape>
getInstance()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class javafx.css.StyleConverter
cacheValue, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
-
-
-
-
方法详细信息
-
getInstance
public static StyleConverter<String,Shape> getInstance()
-
convert
public Shape convert(ParsedValue<String,Shape> value, Font font)
描述从类别复制:StyleConverter
从解析的CSS值转换为目标属性类型。- 重写:
-
convert
在StyleConverter<String,Shape>
- 参数
-
value
- 要转换的ParsedValue
-
font
-该Font
到转换时使用relative值。 - 结果
- 转换的目标属性类型
-
clearCache
public static void clearCache()
-
-