Package javafx.css

Class SimpleStyleableFloatProperty

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

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