ReadOnlyDoublePropertyWrapper

Never use this class directly. Use DoubleProperty.asReadOnly to obtain a read-only version of a mutable DoubleProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Double, Property<Double>>, use ReadOnlyDoublePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: DoubleProperty)