Class CssPropertyFactory.StylishDoubleProperty

  • All Implemented Interfaces:
    javafx.beans.binding.NumberExpression, javafx.beans.Observable, javafx.beans.property.Property<java.lang.Number>, javafx.beans.property.ReadOnlyProperty<java.lang.Number>, javafx.beans.value.ObservableDoubleValue, javafx.beans.value.ObservableNumberValue, javafx.beans.value.ObservableValue<java.lang.Number>, javafx.beans.value.WritableDoubleValue, javafx.beans.value.WritableNumberValue, javafx.beans.value.WritableValue<java.lang.Number>, javafx.css.StyleableProperty<java.lang.Number>
    Enclosing class:
    CssPropertyFactory<S extends javafx.css.Styleable>

    public class CssPropertyFactory.StylishDoubleProperty
    extends javafx.css.SimpleStyleableDoubleProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      StylishDoubleProperty​(javafx.css.Styleable styleableBean, java.lang.String propertyName, double initialValue, boolean inherits, java.util.function.DoubleBinaryOperator filter, java.lang.Runnable... invalidateActions)
      The constructor of the StylishDoubleProperty.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(double v)  
      • Methods inherited from class javafx.css.SimpleStyleableDoubleProperty

        getBean, getCssMetaData, getName
      • Methods inherited from class javafx.css.StyleableDoubleProperty

        applyStyle, bind, getStyleOrigin
      • Methods inherited from class javafx.beans.property.DoublePropertyBase

        addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
      • Methods inherited from class javafx.beans.property.DoubleProperty

        asObject, bindBidirectional, doubleProperty, setValue, unbindBidirectional
      • Methods inherited from class javafx.beans.property.ReadOnlyDoubleProperty

        readOnlyDoubleProperty
      • Methods inherited from class javafx.beans.binding.DoubleExpression

        add, add, add, add, add, divide, divide, divide, divide, divide, doubleExpression, doubleExpression, doubleValue, floatValue, getValue, intValue, longValue, multiply, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract, subtract
      • Methods inherited from class javafx.beans.binding.NumberExpressionBase

        asString, asString, asString, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, lessThan, lessThan, lessThan, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, numberExpression
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javafx.beans.value.ObservableValue

        getValue
      • Methods inherited from interface javafx.beans.value.WritableValue

        getValue
    • Field Detail

      • preInvalidateAction

        protected final java.lang.Runnable preInvalidateAction
      • postInvalidateAction

        protected final java.lang.Runnable postInvalidateAction
      • filter

        protected final java.util.function.DoubleBinaryOperator filter
    • Constructor Detail

      • StylishDoubleProperty

        public StylishDoubleProperty​(javafx.css.Styleable styleableBean,
                                     java.lang.String propertyName,
                                     double initialValue,
                                     boolean inherits,
                                     java.util.function.DoubleBinaryOperator filter,
                                     java.lang.Runnable... invalidateActions)
        The constructor of the StylishDoubleProperty.
        Parameters:
        styleableBean - the styleableBean of this DoubleProperty
        propertyName - the propertyName of this DoubleProperty
        initialValue - the initial value of the wrapped Object
        inherits - whether or not the CSS style can be inherited by child nodes
        filter - possibility to modify the new value based on old and updated value
        invalidateActions - lambda expressions executed after and before invalidation
    • Method Detail

      • set

        public void set​(double v)
        Specified by:
        set in interface javafx.beans.value.WritableDoubleValue
        Overrides:
        set in class javafx.css.StyleableDoubleProperty