Class ReadOnlyDoubleProperty

All Implemented Interfaces:
NumberExpression, Observable, ReadOnlyProperty<Number>, ObservableDoubleValue, ObservableNumberValue, ObservableValue<Number>
Direct Known Subclasses:
DoubleProperty

public abstract class ReadOnlyDoubleProperty extends DoubleExpression implements ReadOnlyProperty<Number>
Super class for all readonly properties wrapping a double.
Since:
JavaFX 2.0
See Also:
  • Constructor Details

    • ReadOnlyDoubleProperty

      public ReadOnlyDoubleProperty()
      The constructor of ReadOnlyDoubleProperty.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this ReadOnlyDoubleProperty object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of this ReadOnlyDoubleProperty object.