Package javafx.css

Class SimpleStyleableDoubleProperty

java.lang.Object
All Implemented Interfaces:
NumberExpression, Observable, Property<Number>, ReadOnlyProperty<Number>, ObservableDoubleValue, ObservableNumberValue, ObservableValue<Number>, WritableDoubleValue, WritableNumberValue, WritableValue<Number>, StyleableProperty<Number>

public class SimpleStyleableDoubleProperty extends StyleableDoubleProperty
This class extends SimpleDoubleProperty and provides a full implementation of a StyleableProperty. This class is used to make a DoubleProperty, that would otherwise be implemented as a SimpleDoubleProperty, styleable by CSS.
Since:
JavaFX 8.0
See Also: