// Generated automatically from javafx.beans.property.DoubleProperty for testing purposes package javafx.beans.property; import javafx.beans.property.ObjectProperty; import javafx.beans.property.Property; import javafx.beans.property.ReadOnlyDoubleProperty; import javafx.beans.value.WritableDoubleValue; abstract public class DoubleProperty extends ReadOnlyDoubleProperty implements Property, WritableDoubleValue { public DoubleProperty(){} public ObjectProperty asObject(){ return null; } public String toString(){ return null; } public static DoubleProperty doubleProperty(Property p0){ return null; } public void bindBidirectional(Property p0){} public void setValue(Number p0){} public void unbindBidirectional(Property p0){} }