Name | Package | Description | Detail |
| | | |
DoublePropertyBase | javafx.beans.property | The class DoublePropertyBase is the base class for a property wrapping a double value. | Detail |
ReadOnlyDoubleWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
SimpleDoubleProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
SimpleStyleableDoubleProperty | javafx.css | This class extends SimpleDoubleProperty and provides a full implementation of a StyleableProperty. | Detail |
StyleableDoubleProperty | javafx.css | This class extends DoublePropertyBase and provides a partial implementation of a StyleableProperty. | Detail |