Package javafx.css
Class StyleConverter<F,T>
java.lang.Object
javafx.css.StyleConverter<F,T>
Converter converts
ParsedValue&tl;F,T> from type F to type T. the
CssMetaData API requires a StyleConverter which is used
when computing a value for the . There are
a number of predefined converters which are accessible by the static
methods of this class.- Since:
- JavaFX 8.0
- See Also:
-
ParsedValueStyleableProperty
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StyleConverter
public StyleConverter()
-