Property
wrapping a
double
value.
DoublePropertyBase
Modifier and Type | Field and Description |
---|---|
private final Object | |
private static final Object | |
private static final String | |
private final String |
Access | Constructor and Description |
---|---|
public | |
public | SimpleDoubleProperty(double
the initial value of the wrapped value initialValue)The constructor of |
public | SimpleDoubleProperty(Object
the bean of this bean, String DoubleProperty the name of this name)DoubleProperty The constructor of |
public | SimpleDoubleProperty(Object
the bean of this bean, String DoubleProperty the name of this name, double DoubleProperty the initial value of the wrapped value initialValue)The constructor of |
Modifier and Type | Method and Description |
---|---|
public Object | getBean()
Implements javafx. Returns the |
public String | getName()
Implements javafx. Returns the name of this property. |
bean | back to summary |
---|---|
private final Object bean |
DEFAULT_BEAN | back to summary |
---|---|
private static final Object DEFAULT_BEAN |
DEFAULT_NAME | back to summary |
---|---|
private static final String DEFAULT_NAME |
name | back to summary |
---|---|
private final String name |
SimpleDoubleProperty | back to summary |
---|---|
public SimpleDoubleProperty() The constructor of |
SimpleDoubleProperty | back to summary |
---|---|
public SimpleDoubleProperty(double initialValue) The constructor of
|
SimpleDoubleProperty | back to summary |
---|---|
public SimpleDoubleProperty(Object bean, String name) The constructor of |
SimpleDoubleProperty | back to summary |
---|---|
public SimpleDoubleProperty(Object bean, String name, double initialValue) The constructor of |
getBean | back to summary |
---|---|
public Object getBean() Implements javafx. Doc from javafx. Returns the |
getName | back to summary |
---|---|
public String getName() Implements javafx. Doc from javafx. Returns the name of this property. If the property does not have a name,
this method returns an empty |