javafx.scene.layout
Class CornerRadiiConverter
- javafx.css.StyleConverter<F,T>
-
- com.sun.javafx.css.StyleConverterImpl<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]>
-
- javafx.scene.layout.CornerRadiiConverter
public final class CornerRadiiConverter extends com.sun.javafx.css.StyleConverterImpl<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]>
Convert parsed value of <size>{1,4} [ '/' <size>{1,4}]? [',' <size>{1,4} [ '/' <size>{1,4}]?]? to CornerRadii
-
Method Summary
All MethodsStatic MethodsInstance MethodsConcrete Methods 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 CornerRadiiConvertergetInstance()-
Methods inherited from class com.sun.javafx.css.StyleConverterImpl
cacheValue, convert, getCachedValue, readBinary, writeBinary
-
Methods inherited from class javafx.css.StyleConverter
getBooleanConverter, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter
-
-
Method Detail
-
getInstance
public static CornerRadiiConverter getInstance()
-
convert
public CornerRadii[] convert(ParsedValue<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]> value, Font font)Description copied from class:StyleConverterConvert from the parsed CSS value to the target property type.Overrides:
convertin classStyleConverter<ParsedValue<ParsedValue<?,com.sun.javafx.css.Size>[][],CornerRadii>[],CornerRadii[]>Parameters:
value- TheParsedValueto convert
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.