public class DoubleProperty extends BaseProperty<Double>
Modifier and Type | Field and Description |
---|---|
static Double |
ZERO |
value
Constructor and Description |
---|
DoubleProperty() |
DoubleProperty(double value) |
DoubleProperty(double value,
String name) |
Modifier and Type | Method and Description |
---|---|
double |
get() |
void |
set(double value) |
void |
setValue(Double value) |
addListener, addListener, bind, firePropertyChangeEvent, getName, getValue, isBound, isImmutable, removeListener, removeListener, setImmutable, unbind
Copyright © 2017. All rights reserved.