public final class CornerRadiiConverter extends com.sun.javafx.css.StyleConverterImpl<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]>
Modifier and Type | Method and Description |
---|---|
CornerRadii[] |
convert(ParsedValue<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]> value,
Font font)
Convert from the parsed CSS value to the target property type.
|
static CornerRadiiConverter |
getInstance() |
cacheValue, convert, getCachedValue, readBinary, writeBinary
getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
public static CornerRadiiConverter getInstance()
public CornerRadii[] convert(ParsedValue<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]> value, Font font)
StyleConverter
convert
in class StyleConverter<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]>
value
- The ParsedValue
to convertfont
- The Font
to use when converting a
relative
value.Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.