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

This class extends FloatPropertyBase 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.FloatProperty, that would otherwise be implemented as a FloatPropertyBase, style‑able by CSS.

extends FloatPropertyBase implements StyleableProperty<Number>

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

Since:  JavaFX 8.0