Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: NumberProperty
Wraps JavaFX's DoubleProperty backed by SimpleDoubleProperty. Holds a double value. Shared Property + NumberProperty surface (bind / listeners / isBound / asString / etc.) is inherited.
DoubleProperty (double Value = 0.0)
Creates a new DoubleProperty with the given initial value (defaults to 0.0).
Value is the initial double value.adopt (object Ajo)
Wraps an existing DoubleProperty AussomJavaObject.
Ajo is an AussomJavaObject around a javafx DoubleProperty.A new DoubleProperty wrapper.get ()
Returns the current double value.
set (double Value)
Sets the double value via the primitive Java signature.
Value is the new double.this objectsetValue (double Value)
Sets the value via the boxed Number API. Aussom double is boxed to java.lang.Double before dispatch.
Value is the new double.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.