Module javafx.base

Class ReadOnlyDoubleWrapper

    • Constructor Detail

      • ReadOnlyDoubleWrapper

        public ReadOnlyDoubleWrapper()
        The constructor of ReadOnlyDoubleWrapper
      • ReadOnlyDoubleWrapper

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

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

        public ReadOnlyDoubleWrapper​(Object bean,
                                     String name,
                                     double initialValue)
        The constructor of ReadOnlyDoubleWrapper
        Parameters:
        bean - the bean of this ReadOnlyDoubleProperty
        name - the name of this ReadOnlyDoubleProperty
        initialValue - the initial value of the wrapped value
    • Method Detail

      • getReadOnlyProperty

        public ReadOnlyDoubleProperty getReadOnlyProperty()
        Returns the read-only property, that is synchronized with this ReadOnlyDoubleWrapper.
        Returns:
        the read-only property