|
Spec-Zone .ru
спецификации, руководства, описания, API
|
public abstract class ReadOnlyFloatProperty extends FloatExpression implements ReadOnlyProperty<java.lang.Number>
float.ObservableFloatValue,
FloatExpression,
ReadOnlyProperty| Constructor and Description |
|---|
ReadOnlyFloatProperty()
The constructor of
ReadOnlyFloatProperty. |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyObjectProperty<java.lang.Float> |
asObject()
Creates a
ReadOnlyObjectProperty that holds the value
of this ReadOnlyFloatProperty. |
static <T extends java.lang.Number> |
readOnlyFloatProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyFloatProperty that wraps a
ReadOnlyProperty. |
java.lang.String |
toString()
Returns a string representation of this
ReadOnlyFloatProperty object. |
add, add, add, add, divide, divide, divide, divide, doubleValue, floatExpression, floatExpression, floatValue, getValue, intValue, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtractadd, asString, asString, asString, divide, 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, multiply, numberExpression, subtractclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetpublic ReadOnlyFloatProperty()
ReadOnlyFloatProperty.public java.lang.String toString()
ReadOnlyFloatProperty object.toString in class java.lang.ObjectReadOnlyFloatProperty object.public static <T extends java.lang.Number> ReadOnlyFloatProperty readOnlyFloatProperty(ReadOnlyProperty<T> property)
ReadOnlyFloatProperty that wraps a
ReadOnlyProperty. If the
ReadOnlyProperty is already a ReadOnlyFloatProperty, it
will be returned. Otherwise a new
ReadOnlyFloatProperty is created that is bound to
the ReadOnlyProperty.
Note: null values will be interpreted as 0fproperty - The source ReadOnlyPropertyReadOnlyFloatProperty that wraps the
ReadOnlyProperty if necessaryjava.lang.NullPointerException - if value is nullpublic ReadOnlyObjectProperty<java.lang.Float> asObject()
ReadOnlyObjectProperty that holds the value
of this ReadOnlyFloatProperty. If the
value of this ReadOnlyFloatProperty changes, the value of the
ReadOnlyObjectProperty will be updated automatically.asObject in class FloatExpressionReadOnlyObjectPropertyCopyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .