Spec-Zone.ru › OpenJavaFX 8
javafx.beans.value

Interface ObservableFloatValue

All Superinterfaces:

Observable, ObservableNumberValue, ObservableValue<Number>

All Known Implementing Classes:

FloatBinding, FloatExpression, FloatProperty, FloatPropertyBase, JavaBeanFloatProperty, ReadOnlyFloatProperty, ReadOnlyFloatPropertyBase, ReadOnlyFloatWrapper, ReadOnlyJavaBeanFloatProperty, SimpleFloatProperty, SimpleStyleableFloatProperty, StyleableFloatProperty



public interface ObservableFloatValue
extends ObservableNumberValue
An observable float value.

Since:

JavaFX 2.0

See Also:

ObservableValue, ObservableNumberValue

  • Method Summary

    All MethodsInstance MethodsAbstract Methods
    Modifier and Type Method and Description
    float get()
    Returns the current value of this ObservableFloatValue.
    • Methods inherited from interface javafx.beans.value.ObservableNumberValue

      doubleValue, floatValue, intValue, longValue
    • Methods inherited from interface javafx.beans.value.ObservableValue

      addListener, getValue, removeListener
    • Methods inherited from interface javafx.beans.Observable

      addListener, removeListener
  • Method Detail

    • get

      float get()
      Returns the current value of this ObservableFloatValue.

      Returns:

      The current value

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API