|
Spec-Zone .ru
спецификации, руководства, описания, API
|
public abstract class ReadOnlyDoubleProperty extends DoubleExpression implements ReadOnlyProperty<java.lang.Number>
double.ObservableDoubleValue,
DoubleExpression,
ReadOnlyProperty| Constructor and Description |
|---|
ReadOnlyDoubleProperty()
The constructor of
ReadOnlyDoubleProperty. |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyObjectProperty<java.lang.Double> |
asObject()
Creates a
ReadOnlyObjectProperty that holds the value
of this ReadOnlyDoubleProperty. |
static <T extends java.lang.Number> |
readOnlyDoubleProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyDoubleProperty that wraps a
ReadOnlyProperty. |
java.lang.String |
toString()
Returns a string representation of this
ReadOnlyDoubleProperty object. |
add, add, add, add, add, divide, divide, divide, divide, divide, doubleExpression, doubleExpression, doubleValue, floatValue, getValue, intValue, longValue, multiply, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract, subtractasString, asString, asString, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, lessThan, lessThan, lessThan, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, numberExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetpublic ReadOnlyDoubleProperty()
ReadOnlyDoubleProperty.public java.lang.String toString()
ReadOnlyDoubleProperty object.toString in class java.lang.ObjectReadOnlyDoubleProperty object.public static <T extends java.lang.Number> ReadOnlyDoubleProperty readOnlyDoubleProperty(ReadOnlyProperty<T> property)
ReadOnlyDoubleProperty that wraps a
ReadOnlyProperty. If the
ReadOnlyProperty is already a ReadOnlyDoubleProperty, it
will be returned. Otherwise a new
ReadOnlyDoubleProperty is created that is bound to
the ReadOnlyProperty.
Note: null values will be interpreted as 0.0property - The source ReadOnlyPropertyReadOnlyDoubleProperty that wraps the
ReadOnlyProperty if necessaryjava.lang.NullPointerException - if value is nullpublic ReadOnlyObjectProperty<java.lang.Double> asObject()
ReadOnlyObjectProperty that holds the value
of this ReadOnlyDoubleProperty. If the
value of this ReadOnlyDoubleProperty changes, the value of the
ReadOnlyObjectProperty will be updated automatically.asObject in class DoubleExpressionReadOnlyObjectPropertyCopyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .