Package javafx.beans.property
Class ReadOnlyDoubleProperty
java.lang.Object
javafx.beans.binding.NumberExpressionBase
javafx.beans.binding.DoubleExpression
javafx.beans.property.ReadOnlyDoubleProperty
- All Implemented Interfaces:
NumberExpression
,Observable
,ReadOnlyProperty<Number>
,ObservableDoubleValue
,ObservableNumberValue
,ObservableValue<Number>
- Direct Known Subclasses:
DoubleProperty
public abstract class ReadOnlyDoubleProperty
extends DoubleExpression
implements ReadOnlyProperty<Number>
Super class for all readonly properties wrapping a
double
.- Since:
- JavaFX 2.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class javafx.beans.binding.DoubleExpression
doubleValue, floatValue, getValue, intValue, longValue
Methods inherited from class javafx.beans.binding.NumberExpressionBase
asString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
Methods inherited from interface javafx.beans.value.ObservableDoubleValue
get
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
Methods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
-
Constructor Details
-
ReadOnlyDoubleProperty
public ReadOnlyDoubleProperty()The constructor ofReadOnlyDoubleProperty
.
-
-
Method Details