// Generated automatically from javafx.beans.property.ReadOnlyDoubleProperty for testing purposes package javafx.beans.property; import javafx.beans.binding.DoubleExpression; import javafx.beans.property.ReadOnlyObjectProperty; import javafx.beans.property.ReadOnlyProperty; abstract public class ReadOnlyDoubleProperty extends DoubleExpression implements ReadOnlyProperty { public ReadOnlyDoubleProperty(){} public ReadOnlyObjectProperty asObject(){ return null; } public String toString(){ return null; } public static ReadOnlyDoubleProperty readOnlyDoubleProperty(javafx.beans.property.ReadOnlyProperty p0){ return null; } }