Class NumberCssMetaData

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberCssMetaData(String cssProperty, Function1<S, SimpleStyleableDoubleProperty> propertyOfStylable)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean isSettable(S styleable)
      StyleableProperty<Number> getStyleableProperty(S styleable)
      final SimpleStyleableDoubleProperty asProperty(Double initialValue, Function0<Unit> onInvalidated)
      • Methods inherited from class javafx.css.CssMetaData

        equals, getConverter, getInitialValue, getProperty, getSubProperties, hashCode, isInherits, set, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberCssMetaData

        NumberCssMetaData(String cssProperty, Function1<S, SimpleStyleableDoubleProperty> propertyOfStylable)