Package javafx.css

Class StyleConverter<F,T>

java.lang.Object
javafx.css.StyleConverter<F,T>

public class StyleConverter<F,T> extends Object
Converter converts ParsedValue&tl;F,T&gt; 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:
  • Constructor Details

    • StyleConverter

      public StyleConverter()