Module javafx.base

Class SimpleDoubleProperty

    • Constructor Detail

      • SimpleDoubleProperty

        public SimpleDoubleProperty()
        The constructor of DoubleProperty
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(double initialValue)
        The constructor of DoubleProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(Object bean,
                                    String name)
        The constructor of DoubleProperty
        Parameters:
        bean - the bean of this DoubleProperty
        name - the name of this DoubleProperty
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(Object bean,
                                    String name,
                                    double initialValue)
        The constructor of DoubleProperty
        Parameters:
        bean - the bean of this DoubleProperty
        name - the name of this DoubleProperty
        initialValue - the initial value of the wrapped value