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