public abstract class StyleableDoubleProperty
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

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 javafx.beans.property.DoubleProperty, that would otherwise be implemented as a DoublePropertyBase, styleable by CSS.

extends DoublePropertyBase implements StyleableProperty<Number>

See also:
javafx.beans.property.DoublePropertyBase, CssMetaData, StyleableProperty

Since:  JavaFX 8.0