Package javafx.css

Class StyleableDoubleProperty

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

public abstract class StyleableDoubleProperty extends DoublePropertyBase implements StyleableProperty<Number>
This class extends DoublePropertyBase and provides a partial implementation of a StyleableProperty. The method StyleableProperty.getCssMetaData() is not implemented. This class is used to make a DoubleProperty, that would otherwise be implemented as a DoublePropertyBase, styleable by CSS.
Since:
JavaFX 8.0
See Also: